We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ac38 commit ed4b725Copy full SHA for ed4b725
tests/capi/CMakeLists.txt
@@ -27,6 +27,8 @@ target_link_libraries(
27
>
28
)
29
30
+message(STATUS "Add Lua C API test suite")
31
+
32
# The following condition looks unnecessary, it was added to fix
33
# an issue for Sydr: in the Lua external project in the build
34
# system the explicit build command is used:
@@ -100,7 +102,6 @@ function(create_test)
100
102
add_test(NAME ${test_name}
101
103
COMMAND ${SHELL} -c "$<TARGET_FILE:${test_name}> ${LIBFUZZER_OPTS}"
104
- message(STATUS "Creating Lua C API test ${test_name}")
105
if (USE_LUA)
106
set_tests_properties(${test_name} PROPERTIES
107
ENVIRONMENT "ASAN_OPTIONS='detect_invalid_pointer_pairs=2'"
0 commit comments