Geometry/tests/testgeometry.cpp
Karl-Wilfried Zimmer c16ff72cf0 snap
2023-12-31 19:18:12 +01:00

12 lines
199 B
C++

//
// Created by nb on 31.12.23.
//
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <Geometry/dummy.hpp>
TEST_CASE("Test Check","[main]") {
eigenExample();
REQUIRE( true );
}