Add unit test file

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-09 15:30:43 +01:00
parent 8d3c4ecfd5
commit 0893b221bc
2 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ set(SRC
editor_config_test.cpp
editor_notes_test.cpp
feature_matcher_test.cpp
feature_type_to_osm_test.cpp
match_by_geometry_test.cpp
new_feature_categories_test.cpp
opening_hours_ui_test.cpp

View File

@@ -0,0 +1,8 @@
#include "testing/testing.hpp"
#include "editor/feature_type_to_osm.hpp"
UNIT_TEST(testIfTestRuns)
{
LOG(LINFO, ("New Test ran!"));
}