diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-10-04 13:52:31 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-04 13:52:31 +0100 |
commit | a4a4276ed64f75457bd21ed863c77a47141dac00 (patch) | |
tree | 0097dd0e9e1f2e02e70bdd565efa114ea2393bbd /CMakeLists.txt | |
parent | 936bd52a42194039640720734af99745b9241161 (diff) | |
download | subsurface-a4a4276ed64f75457bd21ed863c77a47141dac00.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |