diff options
| author | 2017-02-07 11:57:02 +0100 | |
|---|---|---|
| committer | 2017-02-07 07:48:00 -0800 | |
| commit | 9aacc41a48c1c749c84a3c39201aed23f01e3082 (patch) | |
| tree | 5ede0b34b26a9831d0d3e42aa5558746391c088c /tests | |
| parent | b912880707aa2b7e0784734f889aeb6dc99b877f (diff) | |
| download | subsurface-9aacc41a48c1c749c84a3c39201aed23f01e3082.tar.gz | |
travis: Run a xfvb for TestPreferences
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 -) |