Add test for merging multiple cylinders

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-02-09 22:16:08 -08:00
parent e8923a9bad
commit ec20d36f3c
5 changed files with 1296 additions and 0 deletions

View file

@ -20,6 +20,7 @@ private slots:
void testParseCompareNewFormatOutput();
void testParseDLD();
void testParseCompareDLDOutput();
void testParseMerge();
};
#endif