mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Tests: only compile TestHelper if BT support is enabled
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
34e68d34dd
commit
1491616dcf
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@ TEST(TestUnitConversion testunitconversion.cpp)
|
|||
TEST(TestProfile testprofile.cpp)
|
||||
TEST(TestGpsCoords testgpscoords.cpp)
|
||||
TEST(TestParse testparse.cpp)
|
||||
TEST(TestHelper testhelper.cpp)
|
||||
if (BTSUPPORT)
|
||||
TEST(TestHelper testhelper.cpp)
|
||||
endif()
|
||||
TEST(TestParsePerformance testparseperformance.cpp)
|
||||
TEST(TestPlan testplan.cpp)
|
||||
TEST(TestDiveSiteDuplication testdivesiteduplication.cpp)
|
||||
|
|
Loading…
Add table
Reference in a new issue