mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
e25404c9f2
commit
e47f62f869
2 changed files with 196 additions and 0 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue