subsurface/tests/testprofile.cpp
Tomaz Canabrava 21e8b1e363 Fix compilation with the new folder architecture
A few more fixes for things that broke in commit 7be962bfc2 ("Move
subsurface-core to core and qt-mobile to mobile-widgets").

[Dirk Hohndel: slightly edited and overlap with Linus' patch removed]

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-04-05 12:32:36 -07:00

9 lines
No EOL
146 B
C++

#include "testprofile.h"
#include "core/dive.h"
void TestProfile::testRedCeiling()
{
parse_file("../dives/deep.xml");
}
QTEST_MAIN(TestProfile)