stuff-from-scratch/test/geometry/TestGeometryCollection.cpp

10 lines
105 B
C++
Raw Normal View History

2023-01-16 07:40:43 +00:00
#include "TestFramework.h"
#include "TestUtils.h"
TEST_CASE(TestGeometryCollection, "geometry")
{
};