summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-05 10:12:19 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-05 16:35:09 +0100
commitcb112f9ac5574b35832d53521c6208fe7e9c5fa7 (patch)
treedd12f3d9aa269c50cb6a3c6e0a72fb5ee6b5f26f /CMakeLists.txt
parentf0a176149a27a490fc9a23ced5bd4ff90c97d276 (diff)
downloadsubsurface-cb112f9ac5574b35832d53521c6208fe7e9c5fa7.tar.gz
Add test for import, merge and renumbering
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b261dbae8..a90d11c7f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -583,6 +583,7 @@ if(NOT NO_TESTS)
TEST(TestParse testparse.cpp)
TEST(TestPlan testplan.cpp)
TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
+ TEST(TestRenumber testrenumber.cpp)
TEST(TestGitStorage testgitstorage.cpp)
endif()