summaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2015-08-26 00:33:17 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-08-25 10:57:26 -0700
commite47f62f869a17ce6858b4182827a8ac331a139a1 (patch)
tree271e157a7c7413b6dbb9c21db6562f1e3f1137aa /tests/testplan.h
parente25404c9f28fe2ff5ccfa11db7542416ad587b7f (diff)
downloadsubsurface-e47f62f869a17ce6858b4182827a8ac331a139a1.tar.gz
VPM-B: Add more planner tests
Add more VPM-B planner tests. The "expected" total run time is taken as the total run time produced by the Fortran VPM-B program. For all these tests, the results are within two minutes, which is a good result, but most are classified as a "fail". Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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();
};