Sfoglia il codice sorgente

build: review container tests

skypjack 4 mesi fa
parent
commit
e9d4c05825
1 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. 7 3
      test/CMakeLists.txt

+ 7 - 3
test/CMakeLists.txt

@@ -224,9 +224,13 @@ SETUP_BASIC_TEST(
 
 # Test container
 
-SETUP_BASIC_TEST_DEPRECATED(dense_map entt/container/dense_map.cpp)
-SETUP_BASIC_TEST_DEPRECATED(dense_set entt/container/dense_set.cpp)
-SETUP_BASIC_TEST_DEPRECATED(table entt/container/table.cpp)
+SETUP_BASIC_TEST(
+    NAME container
+    SOURCES
+        entt/container/dense_map.cpp
+        entt/container/dense_set.cpp
+        entt/container/table.cpp
+)
 
 # Test core