Geometry/tests/testgeometry.cpp

12 lines
199 B
C++
Raw Normal View History

2023-12-31 19:18:12 +01:00
//
// 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 );
}