aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-07 18:21:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-07 18:21:39 +0200
commitc2bb4633ac31e1933908dc73476ce9ddffff8dad (patch)
tree0a6d14298e98e935a79822511cf3e214f62d3bfe /common/makefile
parentcbe21006dde1501ccd1d9e28c2317f9346433be9 (diff)
Add support for persistent classes without default ctors
New test: common/ctor.
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile1
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 \