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/testprofile.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/testprofile.cpp')
-rw-r--r-- | tests/testprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp index cf2db80f3..c3453b695 100644 --- a/tests/testprofile.cpp +++ b/tests/testprofile.cpp @@ -6,4 +6,4 @@ void TestProfile::testRedCeiling() parse_file("../dives/deep.xml"); } -QTEST_MAIN(TestProfile)
\ No newline at end of file +QTEST_GUILESS_MAIN(TestProfile) |