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 f2fb351 commit 4f77c2fCopy full SHA for 4f77c2f
runtime/platform/test/CMakeLists.txt
@@ -19,10 +19,8 @@ include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)
19
20
et_cxx_test(platform_test SOURCES executor_pal_test.cpp)
21
22
-# TODO: Re-enable this test on OSS
23
-# et_cxx_test(platform_death_test SOURCES executor_pal_death_test.cpp)
+et_cxx_test(platform_death_test SOURCES executor_pal_death_test.cpp)
24
25
et_cxx_test(logging_test SOURCES logging_test.cpp)
26
27
28
-# et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)
+et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)
0 commit comments