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>
This commit is contained in:
Robert C. Helling 2015-08-23 16:08:04 +02:00 committed by Dirk Hohndel
parent 41349c29dd
commit fbce8a0378
2 changed files with 76 additions and 0 deletions

View file

@ -8,6 +8,7 @@ class TestPlan : public QObject {
private slots:
void testImperial();
void testMetric();
void testVpmbMetric();
};
#endif // TESTPLAN_H