test: reactive mixin tests setup

This commit is contained in:
Michele Caini
2024-09-23 12:16:51 +02:00
parent 401a8cbb6a
commit ff33c2fc02
3 changed files with 2 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ SETUP_BASIC_TEST(handle entt/entity/handle.cpp)
SETUP_BASIC_TEST(helper entt/entity/helper.cpp)
SETUP_BASIC_TEST(observer entt/entity/observer.cpp)
SETUP_BASIC_TEST(organizer entt/entity/organizer.cpp)
SETUP_BASIC_TEST(reactive_mixin entt/entity/reactive_mixin.cpp)
SETUP_BASIC_TEST(registry entt/entity/registry.cpp)
SETUP_BASIC_TEST(runtime_view entt/entity/runtime_view.cpp)
SETUP_BASIC_TEST(sigh_mixin entt/entity/sigh_mixin.cpp)

View File

@@ -10,6 +10,7 @@ _TESTS = [
"helper",
"observer",
"organizer",
"reactive_mixin",
"registry",
"runtime_view",
"sigh_mixin",

View File