commit 3ca30dfea990fd3fead1051d8bcd2d1402688bfe from: Sergey Bronnikov date: Tue Jun 11 17:11:34 2024 UTC tests: update message on creating test The patch changes a message that CMake outputs on creating a CTest test, now message highlights that it is a Lua C API test. It is needed to distinquish with Lua API tests. The patch follows up commit e0216377d750 ("cmake: put C API tests to a separate subdirectory"). 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 "$ ${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'"