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

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

QTEST_MAIN(TestProfile)