summaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testplan.h')
-rw-r--r--tests/testplan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testplan.h b/tests/testplan.h
index 43cc6a99b..f73ad0d9a 100644
--- a/tests/testplan.h
+++ b/tests/testplan.h
@@ -8,6 +8,10 @@ class TestPlan : public QObject {
private slots:
void testImperial();
void testMetric();
+ void testVpmbMetric60m30minAir();
+ void testVpmbMetric60m30minEan50();
+ void testVpmbMetric60m30minTx();
+ void testVpmbMetricMultiLevelAir();
void testVpmbMetric100m60min();
void testVpmbMetric100m10min();
};