commit a1692c58a6c3e13eb1be37b6cd00e0816df8a4eb from: Sergey Bronnikov date: Fri Apr 05 12:19:23 2024 UTC tests: enable luaL_loadbuffer_proto on AArch64 Fixes #72 commit - e5964c4085fcf116eb56d4bad1ca8168aab4be2e commit + a1692c58a6c3e13eb1be37b6cd00e0816df8a4eb blob - 507033956099e88b0aea7d3b6351568f02771c66 blob + 2a970bbdb1326f5684a6e524d23856083620b172 --- tests/capi/CMakeLists.txt +++ tests/capi/CMakeLists.txt @@ -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)