Skip to content

Commit

Permalink
cmake: Enable threads tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrtonm authored and fw-immunant committed Jun 3, 2024
1 parent 97ed0b3 commit 16a84b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a84b8

Please sign in to comment.