subsurface/tests/testprofile.cpp
Anton Lundin c2ea3c2616 Our tests are actually GUILESS
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2017-02-05 14:45:25 -08:00

9 lines
155 B
C++

#include "testprofile.h"
#include "core/dive.h"
void TestProfile::testRedCeiling()
{
parse_file("../dives/deep.xml");
}
QTEST_GUILESS_MAIN(TestProfile)