diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-21 09:31:17 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:24 +0200 |
commit | a14577f5ffba3db178387940b6cfc24869d02248 (patch) | |
tree | 94fb6081da8335ace8891375c8183431726e9b3d /qt/common/makefile | |
parent | cb7359cbe30940debf8137508cd987220c038081 (diff) |
Add qt/container implementation tests
Diffstat (limited to 'qt/common/makefile')
-rw-r--r-- | qt/common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/common/makefile b/qt/common/makefile index 4912e3c..7c4c59c 100644 --- a/qt/common/makefile +++ b/qt/common/makefile @@ -6,6 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make tests := \ +containers \ smart-ptr \ template |