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 targets and enable threads in tests
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Aug 6 17:27:46 2017 +0200
Changeset: 80d9e838a826c9ec2c6f776a07ae951e7e3d163b
Modified Files:
llvm-all-in-one/Makefile
Log Message:
llvm-all-in-one: Add new test targets and enable threads in tests
Add:
- check-tsan
- check-asan
- check-msan
- check-ubsan (not working?)
- check-all
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=80d9e838a826c9ec2c6f776a07ae951e7e3d163b
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 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diffs:
diff --git a/llvm-all-in-one/Makefile b/llvm-all-in-one/Makefile
index 6ed1917df8..b81c40e222 100644
--- a/llvm-all-in-one/Makefile
+++ b/llvm-all-in-one/Makefile
@@ -137,9 +137,12 @@ TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib
TEST_ENV+= VERBOSE=1
# Not complete, not everything works
-.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
+.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
${_test_}: build
- ${RUN}${_ULIMIT_CMD} cd ${TEST_DIRS} && ${TEST_MAKE_CMD} ${_test_}
+ ${RUN}${_ULIMIT_CMD} cd ${TEST_DIRS} && ${TEST_MAKE_CMD} -j${MAKE_JOBS} ${_test_}
.endfor
do-test: check-llvm check-clang check-lldb check-compiler-rt check-lld check-libcxx check-unwind check-polly check-libomptarget
Home |
Main Index |
Thread Index |
Old Index