diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8aa92ccb9..03f550ae0 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -33,15 +33,3 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} TestPreferences TestRenumber ) - -add_custom_target(check_travis COMMAND ${CMAKE_CTEST_COMMAND} - DEPENDS - TestUnitConversion - TestProfile - TestGpsCoords - TestParse - TestGitStorage - TestPlan - TestDiveSiteDuplication - TestRenumber -) |