diff --git a/libc/test/integration/scudo/CMakeLists.txt b/libc/test/integration/scudo/CMakeLists.txt index 35e3a78918e4..045dc9a67bbd 100644 --- a/libc/test/integration/scudo/CMakeLists.txt +++ b/libc/test/integration/scudo/CMakeLists.txt @@ -37,3 +37,9 @@ target_link_libraries(libc-gwp-asan-uaf-should-crash PRIVATE llvmlibc ) + +add_custom_command(TARGET libc-scudo-integration-test + POST_BUILD + COMMAND $ + COMMENT "Run the test after it is built." + VERBATIM)