solvespace/test/analysis/contour_area/test.cpp

8 lines
149 B
C++
Raw Normal View History

#include "harness.h"
TEST_CASE(normal_roundtrip) {
SS.showContourAreas = true;
CHECK_LOAD("normal.slvs");
CHECK_RENDER("normal.png");
}