Newer
Older
ralfulrich
committed
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one
// cpp file
using namespace phys::units::literals;
ralfulrich
committed
TEST_CASE("Geometry", "[Geometry]") {
SECTION("Coordinate Systems") {}
ralfulrich
committed
SECTION("Point") {}
ralfulrich
committed
SECTION("Vector") {}
SECTION("Helix") {}
SECTION("Line") {}