From a4a4276ed64f75457bd21ed863c77a47141dac00 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 4 Oct 2015 13:52:31 +0100 Subject: Make TestGitStorage run last This can take a long time on slow connections so it makes sense to run all the other tests first. Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2