diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-22 12:16:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-22 12:16:22 +0200 |
commit | ececaecd27d0a9f3d52a5886f68bc8eac4fc5227 (patch) | |
tree | 42c7110259174d6133fe9112c2ff20bd4df63c85 /common/makefile | |
parent | 7175c721318723fdcbdda97045c0defa51571f17 (diff) |
Test const object operations
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 e7878e7..455926f 100644 --- a/common/makefile +++ b/common/makefile @@ -8,6 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ auto \ composite \ +const \ container \ ctor \ lifecycle \ |