We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2318f92 commit 259c62bCopy full SHA for 259c62b
runtime/platform/test/CMakeLists.txt
@@ -25,14 +25,6 @@ et_cxx_test(platform_test SOURCES executor_pal_test.cpp)
25
26
et_cxx_test(platform_death_test SOURCES executor_pal_death_test.cpp)
27
28
-et_cxx_test(
29
- platform_override_test SOURCES executor_pal_override_test.cpp
30
- stub_platform.cpp
31
-)
32
-
33
et_cxx_test(logging_test SOURCES logging_test.cpp)
34
-target_compile_definitions(
35
- platform_override_test PUBLIC ET_MIN_LOG_LEVEL=Debug
36
37
38
et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)
0 commit comments