diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-11-26 10:48:03 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-27 13:42:10 -0800 |
commit | e17ad1b0e03f49160d397f84bab8b9251d555d26 (patch) | |
tree | 726054aeea794935c427c08c4469437e22af55fa /tests/testparse.h | |
parent | 63f1c84e38267b2d659ccb041732a8d0c94f51c9 (diff) | |
download | subsurface-e17ad1b0e03f49160d397f84bab8b9251d555d26.tar.gz |
Add test for DM5 import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'tests/testparse.h')
-rw-r--r-- | tests/testparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testparse.h b/tests/testparse.h index 8c64c83ce..937902b18 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -19,6 +19,7 @@ private slots: void testParse(); void testParseDM4(); + void testParseDM5(); void testParseHUDC(); void testParseNewFormat(); void testParseDLD(); |