This commit is contained in:
Karl-Wilfried Zimmer 2023-12-31 19:18:12 +01:00
parent 6ff2cf0d85
commit c16ff72cf0

12
tests/testgeometry.cpp Normal file
View File

@ -0,0 +1,12 @@
//
// 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 );
}