Skip to content

Commit

Permalink
tests: enable luaL_loadbuffer_proto on AArch64
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
ligurio committed Apr 5, 2024
1 parent e5964c4 commit a1692c5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/capi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,5 @@ endforeach()

# OSS Fuzz build is broken on aarch64,
# https://github.com/ligurio/lua-c-api-tests/issues/72
if (OSS_FUZZ AND HW_ARCH STREQUAL "aarch64")
message(STATUS "luaL_loadbuffer_proto_test is disabled (issue #72)")
else ()
include(ProtobufMutator)
add_subdirectory(luaL_loadbuffer_proto)
endif ()
include(ProtobufMutator)
add_subdirectory(luaL_loadbuffer_proto)

0 comments on commit a1692c5

Please sign in to comment.