diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-07-26 15:08:11 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-26 09:14:12 -0700 |
commit | 5d4f81206d2444d9d999cfb58955e940f8594021 (patch) | |
tree | bba9547f9b7a0e5cadc3e5be1a7155456e11a149 /tests/testparse.h | |
parent | 3f0fb84fc20f23b8de38641ab0c65b16b4836fd9 (diff) | |
download | subsurface-5d4f81206d2444d9d999cfb58955e940f8594021.tar.gz |
Test DM4 import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testparse.h')
-rw-r--r-- | tests/testparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index 5e1dc03d2..23a7c4901 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -11,6 +11,8 @@ private slots: void testParseV2NoQuestion(); void testParseV3(); void testParseCompareOutput(); + void testParseDM4(); + void testParseCompareDM4Output(); }; #endif |