summaryrefslogtreecommitdiffstats
path: root/tests/testparse.h
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2018-01-06 21:16:53 +0200
committerGravatar mturkia <miika.turkia@gmail.com>2018-01-08 06:06:12 +0200
commitfbbca93d53d25560711c556b6dfda3d84f28b3bd (patch)
treec1fa06beb7db5cd40b9e3abcd4fc92aad16816d8 /tests/testparse.h
parent62779fa453b49bd9fa9c00f77867ed0be7b27f50 (diff)
downloadsubsurface-fbbca93d53d25560711c556b6dfda3d84f28b3bd.tar.gz
Add test for DL7 import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests/testparse.h')
-rw-r--r--tests/testparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h
index 937902b18..dc2065560 100644
--- a/tests/testparse.h
+++ b/tests/testparse.h
@@ -32,6 +32,8 @@ private slots:
void exportUDDF();
void testExport();
+ void parseDL7();
+
private:
sqlite3 *_sqlite3_handle = NULL;
};