Skip to content

Commit

Permalink
cmake: enable heap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Feb 25, 2025
1 parent b01affc commit d89630d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ add_subdirectory(rewrite_fn_ptr_eq)
add_subdirectory(rewrite_macros)
add_subdirectory(sighandler)
add_subdirectory(static_addr_taken)
add_subdirectory(read_config)
add_subdirectory(heap_two_keys)
add_subdirectory(three_keys_minimal)

# The following tests are not supported on ARM64 yet
if (NOT LIBIA2_AARCH64)
Expand All @@ -78,11 +81,6 @@ if (NOT LIBIA2_AARCH64)
add_subdirectory(structs)
# LLVM patch seems to break this test
add_subdirectory(simple1)
# ARM does not support shared heap allocation yet
add_subdirectory(read_config)
# ARM does not support tagged heap allocation yet
add_subdirectory(heap_two_keys)
add_subdirectory(three_keys_minimal)

# test calls PKRU-specific functions
add_subdirectory(mmap_loop)
Expand Down

0 comments on commit d89630d

Please sign in to comment.