diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-02-05 23:26:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-05 14:45:25 -0800 |
commit | c2ea3c2616d6b622ba66ddd358493690dc227f57 (patch) | |
tree | 7cda69404d9e26511972244cabba22d860d035b8 /tests/testgpscoords.cpp | |
parent | f6cd21ce5a450f8b3ba9cf844559c26f803ac38b (diff) | |
download | subsurface-c2ea3c2616d6b622ba66ddd358493690dc227f57.tar.gz |
Our tests are actually GUILESS
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testgpscoords.cpp')
-rw-r--r-- | tests/testgpscoords.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgpscoords.cpp b/tests/testgpscoords.cpp index 535745de7..562c8faf6 100644 --- a/tests/testgpscoords.cpp +++ b/tests/testgpscoords.cpp @@ -127,4 +127,4 @@ double TestGpsCoords::coord2double(double deg, double min, double sec) return deg + min / 60.0 + sec / 3600.0; } -QTEST_MAIN(TestGpsCoords) +QTEST_GUILESS_MAIN(TestGpsCoords) |