diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-02 18:02:32 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-03-08 18:13:49 +0200 |
commit | 9bdf5bcbeb1b8748cdc269b04f9cbb5ca63630bf (patch) | |
tree | 0f14159b46315c64207a289ddf460c2a485916de /boost/common/makefile | |
parent | a236e04a281da3ce9b96418ed81a1dff85008da5 (diff) |
Add boost/common/smart-ptr and boost/common/unordered tests
Diffstat (limited to 'boost/common/makefile')
-rw-r--r-- | boost/common/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/common/makefile b/boost/common/makefile index 4af0162..5bb9732 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -6,6 +6,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make tests := \ +unordered \ +smart-ptr \ template all_tests := $(tests) |