summaryrefslogtreecommitdiffstats
path: root/tests/testprofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testprofile.cpp')
-rw-r--r--tests/testprofile.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp
new file mode 100644
index 000000000..d8aea3cae
--- /dev/null
+++ b/tests/testprofile.cpp
@@ -0,0 +1,9 @@
+#include "testprofile.h"
+#include "dive.h"
+
+void TestProfile::testRedCeiling()
+{
+ parse_file("../dives/deep.xml");
+}
+
+QTEST_MAIN(TestProfile) \ No newline at end of file