aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testprofile.cpp
blob: 4e1c470b43e5cea45b2890d3dca77b47d206f42d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0
#include "testprofile.h"
#include "core/divesite.h"
#include "core/trip.h"
#include "core/file.h"

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

QTEST_GUILESS_MAIN(TestProfile)