Our tests are actually GUILESS

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2017-02-05 23:26:51 +01:00 committed by Dirk Hohndel
parent f6cd21ce5a
commit c2ea3c2616
9 changed files with 9 additions and 9 deletions

View file

@ -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)