Ver Fonte

build: review process tests

skypjack há 2 meses atrás
pai
commit
c210375657
1 ficheiros alterados com 6 adições e 2 exclusões
  1. 6 2
      test/CMakeLists.txt

+ 6 - 2
test/CMakeLists.txt

@@ -305,8 +305,12 @@ SETUP_BASIC_TEST(
 
 # Test process
 
-SETUP_BASIC_TEST_DEPRECATED(process entt/process/process.cpp)
-SETUP_BASIC_TEST_DEPRECATED(scheduler entt/process/scheduler.cpp)
+SETUP_BASIC_TEST(
+    NAME process
+    SOURCES
+        entt/process/process.cpp
+        entt/process/scheduler.cpp
+)
 
 # Test resource