hyporo-cpp/source/hyporo/hmesh/tests/hmesh-test.cpp

7 lines
80 B
C++
Raw Normal View History

2022-09-22 20:43:06 +05:00
#include <gtest/gtest.h>
#include "Mesh.hpp"
TEST(hmeshTest, MeshCreation)
{
}