diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-07 18:21:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-07 18:21:39 +0200 |
commit | c2bb4633ac31e1933908dc73476ce9ddffff8dad (patch) | |
tree | 0a6d14298e98e935a79822511cf3e214f62d3bfe /common/makefile | |
parent | cbe21006dde1501ccd1d9e28c2317f9346433be9 (diff) |
Add support for persistent classes without default ctors
New test: common/ctor.
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 346b8f8..6328cb1 100644 --- a/common/makefile +++ b/common/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ auto \ +ctor \ schema \ template \ lifecycle \ |