diff options
Diffstat (limited to 'boost/common/makefile')
-rw-r--r-- | boost/common/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/common/makefile b/boost/common/makefile index 59c4537..1aecce0 100644 --- a/boost/common/makefile +++ b/boost/common/makefile @@ -9,7 +9,8 @@ multi-index \ optional \ smart-ptr \ template \ -unordered +unordered \ +uuid all_tests := $(tests) build_tests := $(tests) |