aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testprofile.cpp
blob: cf2db80f38f46aaecfe996e37d55824bf758fcf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "testprofile.h"
#include "core/dive.h"

void TestProfile::testRedCeiling()
{
	parse_file("../dives/deep.xml");
}

QTEST_MAIN(TestProfile)