summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-02 15:37:14 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-04 02:47:45 +0900
commit7e599c9ff0cbc8dbfa77e1d9179a915757518b33 (patch)
tree0464c875ac8c2c530b41605c6e1dcc0ed956498c /tests
parentab71f5daca696e23a4ad63a475c1a43219633c29 (diff)
downloadsubsurface-7e599c9ff0cbc8dbfa77e1d9179a915757518b33.tar.gz
Revert "build system: disable TestGitStorage"
This reverts commit d0e52140e586e4f9537738177d54400a855b7d2b. TestGitStorage should work again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 55215392b..fde1210b0 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -111,7 +111,7 @@ TEST(TestParsePerformance testparseperformance.cpp)
TEST(TestPlan testplan.cpp)
TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
TEST(TestRenumber testrenumber.cpp)
-# right now this causes random test failures... TEST(TestGitStorage testgitstorage.cpp)
+TEST(TestGitStorage testgitstorage.cpp)
TEST(TestPicture testpicture.cpp)
TEST(TestMerge testmerge.cpp)
TEST(TestTagList testtaglist.cpp)
@@ -148,7 +148,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
TestProfile
TestGpsCoords
TestParse
- # TestGitStorage
+ TestGitStorage
TestPlan
TestAirPressure
TestDiveSiteDuplication