mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "build system: disable TestGitStorage"
This reverts commit d0e52140e5
.
TestGitStorage should work again.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab71f5daca
commit
7e599c9ff0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue