summaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testplan.h')
-rw-r--r--tests/testplan.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testplan.h b/tests/testplan.h
new file mode 100644
index 000000000..b35cd75c6
--- /dev/null
+++ b/tests/testplan.h
@@ -0,0 +1,13 @@
+#ifndef TESTPLAN_H
+#define TESTPLAN_H
+
+#include <QTest>
+
+class TestPlan : public QObject {
+ Q_OBJECT
+private slots:
+ void testImperial();
+ void testMetric();
+};
+
+#endif // TESTPLAN_H