Skip to content
Snippets Groups Projects
Commit e5c49222 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename binary -> SuiteTest...

parent 0ce8af77
No related branches found
No related tags found
1 merge request!1858const reference -> copy (hoping for elision); ASSERT -> throw; split Datafield c'tors; rename some test binaries
......@@ -23,7 +23,7 @@
include(GoogleTest) # provides gtest_discover_tests
set(test TestGuiSuite)
set(test SuiteTestGui)
set(source_files Check.cpp ../Common/RunTest.cpp ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp)
......
......@@ -23,7 +23,7 @@
include(GoogleTest) # provides gtest_discover_tests
set(test TestSuitePersist)
set(test SuiteTestPersist)
set(source_files Check.cpp ../Common/RunTest.cpp ${CMAKE_SOURCE_DIR}/Tests/GTestWrapper/TestAll.cpp)
......
......@@ -24,7 +24,7 @@
include(GoogleTest) # provides gtest_discover_tests
set(test TestPySuite)
set(test SuiteTestPy)
set(source_files Check.cpp
../Common/RunTest.cpp
......
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