[libc-commits] [PATCH] D108409: [libc] make the scudo integration test run

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 20 10:51:35 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6ce6fa4ad430: [libc] make the scudo integration test run (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108409/new/

https://reviews.llvm.org/D108409

Files:
  libc/test/integration/scudo/CMakeLists.txt


Index: libc/test/integration/scudo/CMakeLists.txt
===================================================================
--- libc/test/integration/scudo/CMakeLists.txt
+++ libc/test/integration/scudo/CMakeLists.txt
@@ -37,3 +37,9 @@
   PRIVATE
   llvmlibc
 )
+
+add_custom_command(TARGET libc-scudo-integration-test
+                   POST_BUILD
+                   COMMAND $<TARGET_FILE:libc-scudo-integration-test>
+                   COMMENT "Run the test after it is built." 
+                   VERBATIM)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108409.367834.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210820/90f68c40/attachment.bin>


More information about the libc-commits mailing list