Browse Source

build: review process tests

skypjack 3 tháng trước cách đây
mục cha
commit
c210375657
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      test/CMakeLists.txt

+ 6 - 2
test/CMakeLists.txt

@@ -305,8 +305,12 @@ SETUP_BASIC_TEST(
 
 
 # Test process
 # 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
 # Test resource