mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
tests: update CMakeLists.txt to incude qPref* in both places
Files are listed in 2 places in CMakeLists.txt, update file to secure qPrefAnimations and qPrefDisplay are listed correctly Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
c5f66c5538
commit
4719af308f
1 changed files with 6 additions and 3 deletions
|
@ -97,11 +97,12 @@ TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
|
||||||
TEST(TestRenumber testrenumber.cpp)
|
TEST(TestRenumber testrenumber.cpp)
|
||||||
TEST(TestGitStorage testgitstorage.cpp)
|
TEST(TestGitStorage testgitstorage.cpp)
|
||||||
TEST(TestPreferences testpreferences.cpp)
|
TEST(TestPreferences testpreferences.cpp)
|
||||||
TEST(TestQPrefDisplay testqPrefDisplay.cpp)
|
|
||||||
TEST(TestQPrefAnimations testqPrefAnimations.cpp)
|
|
||||||
TEST(TestPicture testpicture.cpp)
|
TEST(TestPicture testpicture.cpp)
|
||||||
TEST(TestMerge testmerge.cpp)
|
TEST(TestMerge testmerge.cpp)
|
||||||
TEST(TestTagList testtaglist.cpp)
|
TEST(TestTagList testtaglist.cpp)
|
||||||
|
|
||||||
|
TEST(TestQPrefAnimations testqPrefAnimations.cpp)
|
||||||
|
TEST(TestQPrefDisplay testqPrefDisplay.cpp)
|
||||||
add_test(NAME TestQML COMMAND $<TARGET_FILE:TestQML> ${SUBSURFACE_SOURCE}/tests)
|
add_test(NAME TestQML COMMAND $<TARGET_FILE:TestQML> ${SUBSURFACE_SOURCE}/tests)
|
||||||
|
|
||||||
|
|
||||||
|
@ -114,12 +115,14 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
|
||||||
TestGitStorage
|
TestGitStorage
|
||||||
TestPlan
|
TestPlan
|
||||||
TestDiveSiteDuplication
|
TestDiveSiteDuplication
|
||||||
TestQPrefDisplay
|
|
||||||
TestPreferences
|
TestPreferences
|
||||||
TestRenumber
|
TestRenumber
|
||||||
TestPicture
|
TestPicture
|
||||||
TestMerge
|
TestMerge
|
||||||
TestTagList
|
TestTagList
|
||||||
|
|
||||||
|
TestQPrefAnimations
|
||||||
|
TestQPrefDisplay
|
||||||
TestQML
|
TestQML
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue