diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-09 22:16:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-09 22:22:12 -0800 |
commit | ec20d36f3c895abfb68320176e8b23b9b90b6e2c (patch) | |
tree | 815bee3e6c9286eb8af064d2af98ce221ccc17c9 /tests/testparse.h | |
parent | e8923a9badd1072b9a7905e23ef5f570ad48b5a1 (diff) | |
download | subsurface-ec20d36f3c895abfb68320176e8b23b9b90b6e2c.tar.gz |
Add test for merging multiple cylinders
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 d99f9e53e..c11420794 100644 --- a/tests/testparse.h +++ b/tests/testparse.h @@ -20,6 +20,7 @@ private slots: void testParseCompareNewFormatOutput(); void testParseDLD(); void testParseCompareDLDOutput(); + void testParseMerge(); }; #endif |