From 60b74bc963e185bc7da24c725ce8117f0e29b18e Mon Sep 17 00:00:00 2001 From: Ayrton Munoz Date: Tue, 28 May 2024 11:13:49 -0400 Subject: [PATCH] cmake: Enable threads tests --- tests/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d379f1625..7d5e60c4c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -68,15 +68,14 @@ add_subdirectory(two_shared_ranges) add_subdirectory(global_fn_ptr) add_subdirectory(rewrite_macros) add_subdirectory(sighandler) +add_subdirectory(threads) +add_subdirectory(protected_threads) # The following tests are not supported on ARM64 yet if (NOT LIBIA2_AARCH64) # not supported on ARM because they allocate add_subdirectory(heap_two_keys) add_subdirectory(read_config) add_subdirectory(three_keys_minimal) - # ARM does not support threads yet - add_subdirectory(threads) - add_subdirectory(protected_threads) # test calls PKRU-specific functions for logging add_subdirectory(tls_protected) # no permissive mode on ARM