Skip to content
Snippets Groups Projects
Commit 28762f7b authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[cmake][typetraits][test] Do run the test even with cmake.

parent 4526cad8
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ set(TESTS ...@@ -34,6 +34,7 @@ set(TESTS
testfloatcmp testfloatcmp
tuplestest tuplestest
tupleutilitytest tupleutilitytest
typetraitstest
utilitytest) utilitytest)
#test that should build but fail to run successfully #test that should build but fail to run successfully
...@@ -164,6 +165,7 @@ set_target_properties(testdebugallocator_fail5 PROPERTIES COMPILE_DEFINITIONS "F ...@@ -164,6 +165,7 @@ set_target_properties(testdebugallocator_fail5 PROPERTIES COMPILE_DEFINITIONS "F
add_executable("tuplestest" tuplestest.cc) add_executable("tuplestest" tuplestest.cc)
add_executable("tupleutilitytest" tupleutilitytest.cc) add_executable("tupleutilitytest" tupleutilitytest.cc)
add_executable("typetraitstest" typetraitstest.cc)
add_executable("utilitytest" utilitytest.cc) add_executable("utilitytest" utilitytest.cc)
set(TESTPROGS ${TESTS} ${FAILTESTS}) set(TESTPROGS ${TESTS} ${FAILTESTS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment