2014-04-17 15:21:39 +00:00
|
|
|
#include "testprofile.h"
|
2016-04-05 17:22:00 +00:00
|
|
|
#include "core/dive.h"
|
2014-04-17 15:21:39 +00:00
|
|
|
|
|
|
|
void TestProfile::testRedCeiling()
|
|
|
|
{
|
|
|
|
parse_file("../dives/deep.xml");
|
|
|
|
}
|
|
|
|
|
2017-02-05 22:26:51 +00:00
|
|
|
QTEST_GUILESS_MAIN(TestProfile)
|