// SPDX-License-Identifier: GPL-2.0
#include "testprofile.h"
#include "core/dive.h"

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

QTEST_GUILESS_MAIN(TestProfile)