blob: c35312123c95386f5b9936c77b9cb2daa1414f9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-License-Identifier: GPL-2.0
#include "testprofile.h"
#include "core/dive.h"
#include "core/file.h"
void TestProfile::testRedCeiling()
{
parse_file("../dives/deep.xml", &dive_table, &trip_table, &dive_site_table);
}
QTEST_GUILESS_MAIN(TestProfile)
|