|
@@ -25,6 +25,7 @@ subinclude libs/dynamic_bitset ; # test suite dynamic_bitset
|
|
|
subinclude libs/filesystem/test ; # test-suite filesystem
|
|
subinclude libs/filesystem/test ; # test-suite filesystem
|
|
|
subinclude libs/format/test ; # test-suite format
|
|
subinclude libs/format/test ; # test-suite format
|
|
|
subinclude libs/function/test ; # test-suite function
|
|
subinclude libs/function/test ; # test-suite function
|
|
|
|
|
+subinclude libs/functional/hash/test ; # test-suite functional/hash
|
|
|
subinclude libs/graph/test ; # test-suite graph
|
|
subinclude libs/graph/test ; # test-suite graph
|
|
|
subinclude libs/io/test ; # test-suite io
|
|
subinclude libs/io/test ; # test-suite io
|
|
|
subinclude libs/iostreams/test ; # test-suite iostreams
|
|
subinclude libs/iostreams/test ; # test-suite iostreams
|
|
@@ -113,33 +114,7 @@ subinclude libs/wave/test/build ; # test-suite wave
|
|
|
: [ run libs/disjoint_sets/disjoint_set_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
|
|
: [ run libs/disjoint_sets/disjoint_set_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
- test-suite functional
|
|
|
|
|
- : [ run libs/functional/function_test.cpp ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_number_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_pointer_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_float_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_string_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_range_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_custom_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_built_in_array_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_vector_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_list_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_deque_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_set_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- [ run libs/functional/hash/test/hash_map_test.cpp
|
|
|
|
|
- <lib>../libs/test/build/boost_unit_test_framework ]
|
|
|
|
|
- ;
|
|
|
|
|
|
|
+ run libs/functional/function_test.cpp ;
|
|
|
|
|
|
|
|
test-suite integer
|
|
test-suite integer
|
|
|
: [ run libs/integer/cstdint_test.cpp ]
|
|
: [ run libs/integer/cstdint_test.cpp ]
|