diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-11 12:06:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-15 07:58:10 -0700 |
commit | af753a52e3f08057f90b047524a806e64f835f00 (patch) | |
tree | 869d989384e9d9abfc840c2a00788a42ad4b78ba /tests/CMakeLists.txt | |
parent | 162b7a8a3d7ca928a6e4bfe1a187015822e64567 (diff) | |
download | subsurface-af753a52e3f08057f90b047524a806e64f835f00.tar.gz |
testing: re-enable TestGitStorage
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 77312a215..c8b38694c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -112,7 +112,7 @@ TEST(TestDiveSiteDuplication testdivesiteduplication.cpp) TEST(TestRenumber testrenumber.cpp) # this keeps randomly failing and I don't understand why # too many false positives, so disabling this test for now -# TEST(TestGitStorage testgitstorage.cpp) +TEST(TestGitStorage testgitstorage.cpp) TEST(TestPicture testpicture.cpp) TEST(TestMerge testmerge.cpp) TEST(TestTagList testtaglist.cpp) |