diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-24 17:24:15 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-12 08:22:44 -0700 |
commit | c6b62cbe5c4662984f1a3650e4913fe0e9b9383b (patch) | |
tree | e4a0bbf4b4a57ca14ceb43bf66b160e89dc6cf97 /tests/CMakeLists.txt | |
parent | 0cfd76740b1af1424c39151e1628e1af6480a2d6 (diff) | |
download | subsurface-c6b62cbe5c4662984f1a3650e4913fe0e9b9383b.tar.gz |
tests: add test for the BT/BLE address recognition
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b4bdc6610..04b33b459 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -92,6 +92,7 @@ TEST(TestUnitConversion testunitconversion.cpp) TEST(TestProfile testprofile.cpp) TEST(TestGpsCoords testgpscoords.cpp) TEST(TestParse testparse.cpp) +TEST(TestHelper testhelper.cpp) TEST(TestParsePerformance testparseperformance.cpp) TEST(TestPlan testplan.cpp) TEST(TestDiveSiteDuplication testdivesiteduplication.cpp) |