diff options
Diffstat (limited to 'tests/testplan.h')
-rw-r--r-- | tests/testplan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testplan.h b/tests/testplan.h index 7822129d3..43cc6a99b 100644 --- a/tests/testplan.h +++ b/tests/testplan.h @@ -8,7 +8,8 @@ class TestPlan : public QObject { private slots: void testImperial(); void testMetric(); - void testVpmbMetric(); + void testVpmbMetric100m60min(); + void testVpmbMetric100m10min(); }; #endif // TESTPLAN_H |