From 16a84b8194af0add23382d5741a8f343c3abd3ab 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 0695567bce..601fefb66d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -66,15 +66,14 @@ add_subdirectory(two_keys_minimal) add_subdirectory(two_shared_ranges) add_subdirectory(global_fn_ptr) add_subdirectory(rewrite_macros) +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