diff options
Diffstat (limited to 'tests/testplan.cpp')
-rw-r--r-- | tests/testplan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testplan.cpp b/tests/testplan.cpp index a3fb5240a..a60b3d2ab 100644 --- a/tests/testplan.cpp +++ b/tests/testplan.cpp @@ -621,4 +621,4 @@ void TestPlan::testVpmbMetricRepeat() QCOMPARE(finalDiveRunTimeSeconds, firstDiveRunTimeSeconds); } -QTEST_MAIN(TestPlan) +QTEST_GUILESS_MAIN(TestPlan) |