mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 01:03:46 +00:00
@@ -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
|
||||
|
||||
8
libs/editor/editor_tests/feature_type_to_osm_test.cpp
Normal file
8
libs/editor/editor_tests/feature_type_to_osm_test.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "testing/testing.hpp"
|
||||
|
||||
#include "editor/feature_type_to_osm.hpp"
|
||||
|
||||
UNIT_TEST(testIfTestRuns)
|
||||
{
|
||||
LOG(LINFO, ("New Test ran!"));
|
||||
}
|
||||
Reference in New Issue
Block a user