diff options
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/makefile b/common/makefile index 021c648..ad3b0a4 100644 --- a/common/makefile +++ b/common/makefile @@ -8,7 +8,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ schema \ template \ -lifecycle +lifecycle \ +query default := $(out_base)/ test := $(out_base)/.test |