Commit Diff


commit - c521787a2d3796aac84e7d0a5e6ffbc5444d29f6
commit + 3ca30dfea990fd3fead1051d8bcd2d1402688bfe
blob - 17f4c5c5c26978b2cd3dcc378fe197aa793e5963
blob + cde0ca7f6f60cb8b303e8f56cc8da2ac981eae32
--- tests/capi/CMakeLists.txt
+++ tests/capi/CMakeLists.txt
@@ -80,7 +80,7 @@ function(create_test)
   add_test(NAME ${test_name}
            COMMAND ${SHELL} -c "$<TARGET_FILE:${test_name}> ${LIBFUZZER_OPTS}"
   )
-  message(STATUS "Creating test ${test_name}")
+  message(STATUS "Creating Lua C API test ${test_name}")
   if (USE_LUA)
     set_tests_properties(${test_name} PROPERTIES
       ENVIRONMENT "ASAN_OPTIONS='detect_invalid_pointer_pairs=2'"