diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-27 17:36:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-27 17:36:59 +0200 |
commit | d07b467fba9030ddb6940e7c9451f15201faa23d (patch) | |
tree | 8df906c35b173144fa220ff3d79192a2a2ffd837 /common/makefile | |
parent | f4c94ca015b123ec01037e521582d3a04f4c4b81 (diff) |
Implement support for composite value types
New test: common/composite.
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 6328cb1..f13d80b 100644 --- a/common/makefile +++ b/common/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ auto \ +composite \ ctor \ schema \ template \ |