subsurface/tests/testprofile.cpp

10 lines
155 B
C++
Raw Normal View History

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