Skip to content

Enable all platform tests in CMake #11124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions runtime/platform/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)

et_cxx_test(platform_test SOURCES executor_pal_test.cpp)

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

et_cxx_test(logging_test SOURCES logging_test.cpp)

# TODO: Re-enable this test on OSS
# et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)
et_cxx_test(clock_test SOURCES clock_test.cpp stub_platform.cpp)
Loading