test: prepare to test meta context support

This commit is contained in:
Michele Caini
2022-10-12 09:57:58 +02:00
parent d79cb5ca98
commit 869c18f150
2 changed files with 1 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ SETUP_BASIC_TEST(locator entt/locator/locator.cpp)
SETUP_BASIC_TEST(meta_any entt/meta/meta_any.cpp)
SETUP_BASIC_TEST(meta_base entt/meta/meta_base.cpp)
SETUP_BASIC_TEST(meta_container entt/meta/meta_container.cpp)
SETUP_BASIC_TEST(meta_context entt/meta/meta_context.cpp)
SETUP_BASIC_TEST(meta_conv entt/meta/meta_conv.cpp)
SETUP_BASIC_TEST(meta_ctor entt/meta/meta_ctor.cpp)
SETUP_BASIC_TEST(meta_data entt/meta/meta_data.cpp)

View File