diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3be81f5a0..b261dbae8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -581,9 +581,9 @@ if(NOT NO_TESTS) TEST(TestProfile testprofile.cpp) TEST(TestGpsCoords testgpscoords.cpp) TEST(TestParse testparse.cpp) - TEST(TestGitStorage testgitstorage.cpp) TEST(TestPlan testplan.cpp) TEST(TestDiveSiteDuplication testdivesiteduplication.cpp) + TEST(TestGitStorage testgitstorage.cpp) endif() # install a few things so that one can run Subsurface from the build |