diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-10 11:19:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-10 11:19:14 +0200 |
commit | 3076df2628f514b50065912a72269f2dc717e164 (patch) | |
tree | 07549856302db4ddd19421ecb02029391fa30383 /common/makefile | |
parent | b9161e6e332cb0279ef8616dbbce4c90b60bce15 (diff) |
Query test
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 |