summaryrefslogtreecommitdiffstats
path: root/tests/testprofile.cpp
blob: ce7702b3e12bcff2725e707660bbc7f01a576f21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0
#include "testprofile.h"
#include "core/dive.h"

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

QTEST_GUILESS_MAIN(TestProfile)