mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
9 lines
141 B
C++
9 lines
141 B
C++
|
#include "testprofile.h"
|
||
|
#include "dive.h"
|
||
|
|
||
|
void TestProfile::testRedCeiling()
|
||
|
{
|
||
|
parse_file("../dives/deep.xml");
|
||
|
}
|
||
|
|
||
|
QTEST_MAIN(TestProfile)
|