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 5c90663 commit 23204abCopy full SHA for 23204ab
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:
@@ -108,7 +110,6 @@ function(create_test)
108
110
add_test(NAME ${test_name}
109
111
COMMAND ${SHELL} -c "$<TARGET_FILE:${test_name}> ${LIBFUZZER_OPTS}"
112
- message(STATUS "Creating Lua C API test ${test_name}")
113
if (USE_LUA)
114
set_tests_properties(${test_name} PROPERTIES
115
ENVIRONMENT "ASAN_OPTIONS='detect_invalid_pointer_pairs=2'"
0 commit comments