mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
c2ea3c2616
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
9 lines
155 B
C++
9 lines
155 B
C++
#include "testprofile.h"
|
|
#include "core/dive.h"
|
|
|
|
void TestProfile::testRedCeiling()
|
|
{
|
|
parse_file("../dives/deep.xml");
|
|
}
|
|
|
|
QTEST_GUILESS_MAIN(TestProfile)
|