mirror of
https://github.com/boostorg/utility.git
synced 2025-05-11 05:14:02 +00:00
tuning up cmakefiles for unordered, utility
[SVN r53008]
This commit is contained in:
parent
48cfd42123
commit
eaaf17a88f
@ -17,7 +17,7 @@ set (lib_headers
|
|||||||
boost_library_project(
|
boost_library_project(
|
||||||
utility
|
utility
|
||||||
# SRCDIRS
|
# SRCDIRS
|
||||||
TESTDIRS test swap/test
|
TESTDIRS test swap/test enable_if/test
|
||||||
HEADERS ${lib_headers}
|
HEADERS ${lib_headers}
|
||||||
# DOCDIRS
|
# DOCDIRS
|
||||||
DESCRIPTION "Various small utilities for C++ programming."
|
DESCRIPTION "Various small utilities for C++ programming."
|
||||||
|
14
enable_if/test/CMakeLists.txt
Normal file
14
enable_if/test/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
foreach(T
|
||||||
|
constructors
|
||||||
|
dummy_arg_disambiguation
|
||||||
|
lazy
|
||||||
|
lazy_test
|
||||||
|
member_templates
|
||||||
|
namespace_disambiguation
|
||||||
|
no_disambiguation
|
||||||
|
partial_specializations
|
||||||
|
)
|
||||||
|
boost_test_run(${T} DEPENDS boost_test_exec_monitor)
|
||||||
|
endforeach()
|
||||||
|
|
||||||
|
|
35
swap/test/CMakeLists.txt
Normal file
35
swap/test/CMakeLists.txt
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
foreach(T
|
||||||
|
root_header_1 root_header_2
|
||||||
|
lib_header_1 lib_header_2
|
||||||
|
mixed_headers_1 mixed_headers_2)
|
||||||
|
boost_test_compile(${T})
|
||||||
|
endforeach()
|
||||||
|
|
||||||
|
|
||||||
|
# [ run primitive.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||||||
|
|
||||||
|
|
||||||
|
foreach(T
|
||||||
|
primitive
|
||||||
|
specialized_in_boost
|
||||||
|
specialized_in_global
|
||||||
|
specialized_in_other
|
||||||
|
specialized_in_std
|
||||||
|
specialized_in_boost_and_other
|
||||||
|
std_bitset
|
||||||
|
std_dateorder
|
||||||
|
std_string
|
||||||
|
std_typeinfo_ptr
|
||||||
|
std_vector_of_boost
|
||||||
|
std_vector_of_global
|
||||||
|
std_vector_of_other
|
||||||
|
no_ambiguity_in_boost
|
||||||
|
array_of_array_of_class
|
||||||
|
array_of_array_of_int
|
||||||
|
array_of_class
|
||||||
|
array_of_int
|
||||||
|
array_of_template)
|
||||||
|
boost_test_run(${T} DEPENDS boost_test_exec_monitor)
|
||||||
|
endforeach()
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user