|
|
@@ -35,6 +35,7 @@ build-project ../libs/circular_buffer/test ; # test-suite circular_buffer
|
|
|
build-project ../libs/concept_check ; # test-suite concept_check
|
|
|
build-project ../libs/conversion/test ; # test-suite conversion
|
|
|
build-project ../libs/date_time/test ; # test-suite date_time
|
|
|
+build-project ../libs/disjoint_sets ; # test-suite disjoint_sets
|
|
|
build-project ../libs/dynamic_bitset ; # test-suite dynamic_bitset
|
|
|
build-project ../libs/filesystem/test ; # test-suite filesystem
|
|
|
build-project ../libs/foreach/test ; # test-suite foreach
|
|
|
@@ -50,6 +51,7 @@ build-project ../libs/intrusive/example ; # test-suite intrusive_example
|
|
|
build-project ../libs/intrusive/test ; # test-suite intrusive_test
|
|
|
build-project ../libs/iostreams/test ; # test-suite iostreams
|
|
|
build-project ../libs/iterator/test ; # test-suite iterator
|
|
|
+build-project ../libs/lambda/test ; # test-suite lambda
|
|
|
build-project ../libs/logic/test ; # test-suite logic
|
|
|
build-project ../libs/math/test ; # test-suite math
|
|
|
build-project ../libs/mpi/test ; # test-suite mpi
|
|
|
@@ -78,6 +80,7 @@ build-project ../libs/static_assert ; # test-suite static_assert
|
|
|
build-project ../libs/test/test ; # test-suite test
|
|
|
build-project ../libs/thread/test ; # test-suite thread
|
|
|
build-project ../libs/tr1/test ; # test-suite tr1
|
|
|
+build-project ../libs/tuple/test ; # test-suite tuple
|
|
|
build-project ../libs/type_traits/test ; # test-suite type_traits
|
|
|
build-project ../libs/typeof/test ; # test-suite typeof
|
|
|
build-project ../libs/utility/enable_if/test ; # test-suite utility/enable_if
|
|
|
@@ -131,11 +134,6 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
;
|
|
|
|
|
|
run libs/crc/crc_test.cpp test_exec_monitor ;
|
|
|
-
|
|
|
-
|
|
|
- test-suite disjoint_sets
|
|
|
- : [ run libs/disjoint_sets/disjoint_set_test.cpp test_exec_monitor ]
|
|
|
- ;
|
|
|
|
|
|
run libs/functional/function_test.cpp ;
|
|
|
|
|
|
@@ -146,25 +144,6 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
[ run libs/integer/integer_traits_test.cpp test_exec_monitor ]
|
|
|
;
|
|
|
|
|
|
- test-suite lambda
|
|
|
- : [ run libs/lambda/test/algorithm_test.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/bind_tests_simple.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/bind_tests_advanced.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/bind_tests_simple_f_refs.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/bll_and_function.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/cast_test.cpp test_exec_monitor : : : : lambda_cast_test ]
|
|
|
- [ run libs/lambda/test/constructor_tests.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/control_structures.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/exception_test.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/extending_rt_traits.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/is_instance_of_test.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/member_pointer_test.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/operator_tests_simple.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/phoenix_control_structures.cpp test_exec_monitor ]
|
|
|
- [ run libs/lambda/test/switch_construct.cpp test_exec_monitor ]
|
|
|
- ;
|
|
|
-
|
|
|
-
|
|
|
run libs/pool/test/test_pool_alloc.cpp test_exec_monitor ;
|
|
|
|
|
|
test-suite preprocessor
|
|
|
@@ -188,9 +167,7 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
: [ run libs/rational/rational_example.cpp ]
|
|
|
[ run libs/rational/rational_test.cpp unit_test_framework ]
|
|
|
;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
compile libs/timer/timer_test.cpp ;
|
|
|
|
|
|
test-suite tokenizer
|
|
|
@@ -202,11 +179,5 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
[ run libs/tokenizer/simple_example_5.cpp ]
|
|
|
;
|
|
|
|
|
|
- test-suite tuple_suite # !!!
|
|
|
- : [ run libs/tuple/test/tuple_test_bench.cpp test_exec_monitor ]
|
|
|
- [ run libs/tuple/test/io_test.cpp test_exec_monitor ]
|
|
|
- ;
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|