mirror of
https://github.com/boostorg/integer.git
synced 2025-10-28 06:51:38 +01:00
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
This commit is contained in:
8
test/CMakeLists.txt
Normal file
8
test/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
boost_test_run(cstdint_test cstdint_test.cpp)
|
||||
boost_test_run(integer_mask_test integer_mask_test.cpp)
|
||||
boost_test_run(integer_test integer_test.cpp)
|
||||
boost_test_run(integer_traits_test integer_traits_test.cpp
|
||||
DEPENDS boost_test_exec_monitor)
|
||||
boost_test_run(issue_2134 issue_2134.cpp)
|
||||
boost_test_run(static_log2_test static_log2_test.cpp)
|
||||
boost_test_run(static_min_max_test static_min_max_test.cpp)
|
||||
Reference in New Issue
Block a user