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/testparse.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/testparse.cpp')
-rw-r--r-- | tests/testparse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index 6f1b6eb16..be1d7c2c4 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -405,4 +405,4 @@ void TestParse::testParseCompareDLDOutput() clear_dive_file_data(); } -QTEST_MAIN(TestParse) +QTEST_GUILESS_MAIN(TestParse) |