Browse Source

build: review poly tests

skypjack 2 months ago
parent
commit
85503302cb
1 changed files with 4 additions and 1 deletions
  1. 4 1
      test/CMakeLists.txt

+ 4 - 1
test/CMakeLists.txt

@@ -298,7 +298,10 @@ SETUP_BASIC_TEST_DEPRECATED(meta_utility entt/meta/meta_utility.cpp)
 
 # Test poly
 
-SETUP_BASIC_TEST_DEPRECATED(poly entt/poly/poly.cpp)
+SETUP_BASIC_TEST(
+    NAME poly
+    SOURCES entt/poly/poly.cpp
+)
 
 # Test process