diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-03 14:12:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-03 14:12:48 +0200 |
commit | b9161e6e332cb0279ef8616dbbce4c90b60bce15 (patch) | |
tree | 2462cb423cd9b62a7179def871420760bf3c6d98 /common/makefile | |
parent | 8d7db5926bc4764cc368570ea9b64e354c13f671 (diff) |
New tests
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 b81fd58..021c648 100644 --- a/common/makefile +++ b/common/makefile @@ -7,7 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ schema \ -template +template \ +lifecycle default := $(out_base)/ test := $(out_base)/.test |