|
|
@@ -49,6 +49,7 @@ build-project ../libs/fusion/test ; # test-suite fusion
|
|
|
build-project ../libs/gil/test ; # test-suite gil
|
|
|
build-project ../libs/graph/test ; # test-suite graph
|
|
|
build-project ../libs/io/test ; # test-suite io
|
|
|
+build-project ../libs/integer/test ; # test-suite integer
|
|
|
build-project ../libs/interprocess/example ; # test-suite interprocess_example
|
|
|
build-project ../libs/interprocess/test ; # test-suite interprocess_test
|
|
|
build-project ../libs/intrusive/example ; # test-suite intrusive_example
|
|
|
@@ -67,7 +68,7 @@ build-project ../libs/multi_array/test ; # test-suite multi_array
|
|
|
build-project ../libs/multi_index/test ; # test-suite multi_index
|
|
|
build-project ../libs/optional/test ; # test-suite optional
|
|
|
build-project ../libs/parameter/test ; # test-suite parameter
|
|
|
-build-project ../libs/pool/test ; # test-suite parameter
|
|
|
+build-project ../libs/pool/test ; # test-suite pool
|
|
|
build-project ../libs/program_options/test ; # test-suite program_options
|
|
|
build-project ../libs/property_map/test ; # test-suite property_map
|
|
|
build-project ../libs/ptr_container/test ; # test-suite ptr_container
|
|
|
@@ -145,12 +146,6 @@ explicit unit_test_framework ;
|
|
|
[ compile-fail libs/config/test/threads/test_thread_fail2.cpp ]
|
|
|
;
|
|
|
|
|
|
- test-suite integer
|
|
|
- : [ run libs/integer/cstdint_test.cpp ]
|
|
|
- [ run libs/integer/integer_test.cpp ]
|
|
|
- [ run libs/integer/integer_traits_test.cpp test_exec_monitor ]
|
|
|
- ;
|
|
|
-
|
|
|
test-suite preprocessor
|
|
|
: [ compile libs/preprocessor/test/arithmetic.cpp ]
|
|
|
[ compile libs/preprocessor/test/array.cpp ]
|