aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testprofile.cpp
blob: c3453b695ee48b6fda6947fd4ca02c794ef2887c (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_GUILESS_MAIN(TestProfile)