Skip to content

Commit 4f77c2f

Browse files
committed
Enable all platform tests in CMake
1 parent f2fb351 commit 4f77c2f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

runtime/platform/test/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)
1919

2020
et_cxx_test(platform_test SOURCES executor_pal_test.cpp)
2121

22-
# TODO: Re-enable this test on OSS
23-
# et_cxx_test(platform_death_test SOURCES executor_pal_death_test.cpp)
22+
et_cxx_test(platform_death_test SOURCES executor_pal_death_test.cpp)
2423

2524
et_cxx_test(logging_test SOURCES logging_test.cpp)
2625

27-
# TODO: Re-enable this test on OSS
28-
# et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)
26+
et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)

0 commit comments

Comments
 (0)