aboutsummaryrefslogtreecommitdiff
path: root/boost/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boost/common/makefile')
-rw-r--r--boost/common/makefile5
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)