pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
llvm-all-in-one: Add new test target: check-fuzzer
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Aug 19 21:55:34 2017 +0200
Changeset: 95bab8ea35750037aab3891d8a9b02ef63c68fb0
Modified Files:
llvm-all-in-one/Makefile
Log Message:
llvm-all-in-one: Add new test target: check-fuzzer
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95bab8ea35750037aab3891d8a9b02ef63c68fb0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llvm-all-in-one/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/llvm-all-in-one/Makefile b/llvm-all-in-one/Makefile
index e8311d2b22..dcb4a8f9bd 100644
--- a/llvm-all-in-one/Makefile
+++ b/llvm-all-in-one/Makefile
@@ -140,7 +140,8 @@ TEST_ENV+= VERBOSE=1
.for _test_ in check-llvm check-clang check-lldb check-compiler-rt check-lld \
check-libcxx check-unwind check-polly check-libomptarget \
check-sanitizer check-interception check-tsan check-asan check-msan \
- check-ubsan check-all check-asan-dynamic check-safestack check-profile
+ check-ubsan check-all check-asan-dynamic check-safestack \
+ check-profile check-fuzzer
${_test_}: build
${RUN}${_ULIMIT_CMD} cd ${TEST_DIRS} && ${TEST_MAKE_CMD} -j${MAKE_JOBS} ${_test_}
.endfor
Home |
Main Index |
Thread Index |
Old Index