forked from boostorg/container_hash
Copy the unordered and hash CMake files from release.
[SVN r56704]
This commit is contained in:
@@ -22,12 +22,13 @@ endif(GCC)
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SET(tests
|
||||
hash_float_test
|
||||
hash_fwd_test_1
|
||||
hash_fwd_test_2
|
||||
hash_number_test
|
||||
hash_pointer_test
|
||||
hash_function_pointer_test
|
||||
hash_float_test
|
||||
hash_long_double_test
|
||||
hash_string_test
|
||||
hash_range_test
|
||||
hash_custom_test
|
||||
@@ -40,18 +41,18 @@ hash_list_test
|
||||
hash_deque_test
|
||||
hash_set_test
|
||||
hash_map_test
|
||||
hash_complex_test
|
||||
container_fwd_test
|
||||
hash_no_ext_macro_1
|
||||
hash_no_ext_macro_2
|
||||
)
|
||||
|
||||
boost_test_run(link_test link_test.cpp link_test_2.cpp)
|
||||
boost_test_run(link_ext_test link_ext_test.cpp link_no_ext_test.cpp)
|
||||
|
||||
boost_test_run(link_ext_test link_ext_test.cpp link_no_ext_test.cpp
|
||||
)
|
||||
foreach(test ${tests})
|
||||
boost_test_run(${test})
|
||||
endforeach(test ${tests})
|
||||
|
||||
boost_test_compile_fail(hash_no_ext_fail_test)
|
||||
|
||||
# build-project ../examples ;
|
||||
|
Reference in New Issue
Block a user