subsurface/tests/testprofile.cpp

11 lines
191 B
C++
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#include "testprofile.h"
#include "core/dive.h"
void TestProfile::testRedCeiling()
{
parse_file("../dives/deep.xml");
}
QTEST_GUILESS_MAIN(TestProfile)