diff options
Diffstat (limited to 'tests/testplan.h')
-rw-r--r-- | tests/testplan.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testplan.h b/tests/testplan.h index b35cd75c6..f73ad0d9a 100644 --- a/tests/testplan.h +++ b/tests/testplan.h @@ -8,6 +8,12 @@ class TestPlan : public QObject { private slots: void testImperial(); void testMetric(); + void testVpmbMetric60m30minAir(); + void testVpmbMetric60m30minEan50(); + void testVpmbMetric60m30minTx(); + void testVpmbMetricMultiLevelAir(); + void testVpmbMetric100m60min(); + void testVpmbMetric100m10min(); }; #endif // TESTPLAN_H |