summaryrefslogtreecommitdiffstats
path: root/tests/testparse.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2015-09-13 21:30:25 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-13 15:27:54 -0700
commit0160e58e7d36615ad60b76277d7679a781cfed55 (patch)
treede7240f7d8b6c68e07cb5335328b2d8f3cdc2322 /tests/testparse.h
parent3fb017a1c38c95b21890904b2570e9b7a611ca3f (diff)
downloadsubsurface-0160e58e7d36615ad60b76277d7679a781cfed55.tar.gz
Test case: reading zip and DLD parsing
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h
index 53cc07afb..147c0e13a 100644
--- a/tests/testparse.h
+++ b/tests/testparse.h
@@ -17,6 +17,7 @@ private slots:
void testParseCompareHUDCOutput();
void testParseNewFormat();
void testParseCompareNewFormatOutput();
+ void testParseDLD();
};
#endif