[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:25:34 PDT 2021


michaelrj updated this revision to Diff 367826.
michaelrj added a comment.

update commit message


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.367826.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210820/b469e4eb/attachment-0001.bin>


More information about the libc-commits mailing list