Geometry/tests/dummytest.cpp

10 lines
163 B
C++
Raw Normal View History

2024-01-01 15:23:51 +01:00
//
// Created by nb on 01.01.24.
//
#include <doctest/doctest.h>
#include "Geometry/dummy.hpp"
TEST_CASE("dummy testcase"){
CHECK(true);
eigenExample();
}