diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-07-27 16:13:33 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-27 06:35:19 -0700 |
commit | 80fe9f8c0dfd6118ecb3d1c56fd3128a84c1c563 (patch) | |
tree | 65f0c270d8990480cdb763502d9e0e08e9e5d999 /tests/testparse.h | |
parent | ffa45b9d244620e27683bb4109b15f0f414487e8 (diff) | |
download | subsurface-80fe9f8c0dfd6118ecb3d1c56fd3128a84c1c563.tar.gz |
Test case: HUDC 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 23a7c4901..ae6131090 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -13,6 +13,8 @@ private slots: void testParseCompareOutput(); void testParseDM4(); void testParseCompareDM4Output(); + void testParseHUDC(); + void testParseCompareHUDCOutput(); }; #endif |