diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-06 18:06:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-06 18:06:59 +0200 |
commit | 8bc349e2873fde75ecd82c03142ad592d068bddf (patch) | |
tree | e860b05ab4d8b1d27265120eaaa55dc925b5e9ab /common/makefile | |
parent | 7c715b18cb0c675ba110921c28a94961b3ca481b (diff) |
Add a test for container persistence
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 f13d80b..e6675bc 100644 --- a/common/makefile +++ b/common/makefile @@ -8,6 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ auto \ composite \ +container \ ctor \ schema \ template \ |