Skip to content
Snippets Groups Projects
Commit ba6db8b4 authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by Christoph Grüninger
Browse files

Normalize executable name for tuplestest.

parent 32305c96
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ set(TESTS
singletontest
streamtest
testfloatcmp
tuplestest_config
tuplestest
tupleutilitytest
utilitytest)
......@@ -162,7 +162,7 @@ add_executable("testdebugallocator_fail5" testdebugallocator.cc)
target_link_libraries(testdebugallocator_fail5 dunecommon)
set_target_properties(testdebugallocator_fail5 PROPERTIES COMPILE_DEFINITIONS "FAILURE5;EXPECTED_SIGNAL=SIGSEGV")
add_executable("tuplestest_config" tuplestest.cc)
add_executable("tuplestest" tuplestest.cc)
add_executable("tupleutilitytest" tupleutilitytest.cc)
add_executable("utilitytest" utilitytest.cc)
......
......@@ -39,7 +39,7 @@ TESTPROGS = \
testdebugallocator_fail4 \
testdebugallocator_fail5 \
testfloatcmp \
tuplestest_std \
tuplestest \
tupleutilitytest \
typetraitstest \
utilitytest
......@@ -196,7 +196,7 @@ testdebugallocator_fail5_CPPFLAGS = $(AM_CPPFLAGS) -DFAILURE5
testfloatcmp_SOURCES = testfloatcmp.cc
tuplestest_std_SOURCES = tuplestest.cc
tuplestest_SOURCES = tuplestest.cc
tupleutilitytest_SOURCES = tupleutilitytest.cc
......
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