diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-19 11:25:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-19 11:25:20 +0200 |
commit | b59214c08549043cb5812c025159c49d6f9efe01 (patch) | |
tree | 3d586457497b96391c292af33ffcfe9a25a33701 /common/makefile | |
parent | bc95a07e6ecd388b4ef485f218aa1211d36e0e53 (diff) |
Test automatic id assignment
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index 87488be..1e56ecb 100644 --- a/common/makefile +++ b/common/makefile @@ -6,6 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ +auto \ schema \ template \ lifecycle \ |