Add test for import, merge and renumbering

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-10-05 10:12:19 +01:00
parent f0a176149a
commit cb112f9ac5
3 changed files with 54 additions and 0 deletions

View file

@ -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()