diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-04 13:32:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-04 13:32:25 +0200 |
commit | 0b641f182c0b89b0c903f8756aa14b6b3a2f60f2 (patch) | |
tree | 83ec50fe5702f58345efea3cb5c6d7a0abdf84a2 /boost/common/makefile | |
parent | 18ef14486e46064f4317ab407c5fe0afa3209d4b (diff) |
Add support for boost::optional and boost::shared_ptr as value wrappers
New test: boost/common/optional.
Diffstat (limited to 'boost/common/makefile')
-rw-r--r-- | boost/common/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boost/common/makefile b/boost/common/makefile index 5bb9732..8b44c63 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -6,9 +6,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make tests := \ -unordered \ +optional \ smart-ptr \ -template +template \ +unordered all_tests := $(tests) build_tests := $(tests) |