diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-08-23 16:08:04 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-23 07:30:33 -0700 |
commit | fbce8a0378f5ebcd36dbc08b3b5771ccf5cad830 (patch) | |
tree | 68b8686c8240298003532a7a91c206b2755f23ad /tests/testplan.h | |
parent | 41349c29ddc45e7c19fc287f10fa8f6712bcf111 (diff) | |
download | subsurface-fbce8a0378f5ebcd36dbc08b3b5771ccf5cad830.tar.gz |
Add a test for the VPM-B mode of the planner
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testplan.h')
-rw-r--r-- | tests/testplan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testplan.h b/tests/testplan.h index b35cd75c6..7822129d3 100644 --- a/tests/testplan.h +++ b/tests/testplan.h @@ -8,6 +8,7 @@ class TestPlan : public QObject { private slots: void testImperial(); void testMetric(); + void testVpmbMetric(); }; #endif // TESTPLAN_H |