Skip to content

Commit

Permalink
cmake: enable heap tests on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Jul 26, 2024
1 parent 63cd0df commit da89d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ add_subdirectory(two_shared_ranges)
add_subdirectory(global_fn_ptr)
add_subdirectory(rewrite_macros)
add_subdirectory(sighandler)
add_subdirectory(heap_two_keys)
add_subdirectory(three_keys_minimal)
# 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)
# strange bug with indirect calls
add_subdirectory(read_config)
add_subdirectory(three_keys_minimal)
# ARM does not support threads yet
add_subdirectory(threads)
add_subdirectory(protected_threads)
Expand Down

0 comments on commit da89d7f

Please sign in to comment.