snap
This commit is contained in:
parent
6ff2cf0d85
commit
c16ff72cf0
12
tests/testgeometry.cpp
Normal file
12
tests/testgeometry.cpp
Normal 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 );
|
||||
}
|
Loading…
Reference in New Issue
Block a user