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-interception



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jul 12 16:59:11 2017 +0200
Changeset:	84156599c533aa8a25ebe9a6c2dc7bb04fa3de8c

Modified Files:
	llvm-all-in-one/Makefile

Log Message:
llvm-all-in-one: Add new test target: check-interception

Requested by upstream.

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=84156599c533aa8a25ebe9a6c2dc7bb04fa3de8c

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/llvm-all-in-one/Makefile b/llvm-all-in-one/Makefile
index 1c3e6ea4e6..ea7a4b6135 100644
--- a/llvm-all-in-one/Makefile
+++ b/llvm-all-in-one/Makefile
@@ -137,7 +137,7 @@ 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
+.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
 ${_test_}: build
 	${RUN}${_ULIMIT_CMD} cd ${TEST_DIRS} && ${TEST_MAKE_CMD} ${_test_}
 .endfor


Home | Main Index | Thread Index | Old Index