pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

llvm*: fix test target



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Feb 21 03:02:54 2016 +0100
Changeset:	419062c8eeb7b3e9d37ed788bbd78f0191c7ca89

Modified Files:
	llvm-git/Makefile
	llvm/Makefile

Log Message:
llvm*: fix test target

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=419062c8eeb7b3e9d37ed788bbd78f0191c7ca89

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llvm-git/Makefile | 2 +-
 llvm/Makefile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/llvm-git/Makefile b/llvm-git/Makefile
index b095e6e..7e02292 100644
--- a/llvm-git/Makefile
+++ b/llvm-git/Makefile
@@ -67,7 +67,7 @@ REPLACE_PYTHON+=	utils/testgen/mc-bundling-x86-gen.py
 REPLACE_PYTHON+=	utils/update_llc_test_checks.py
 REPLACE_PYTHON+=	utils/wciia.py
 
-TEST_TARGET=		check-lldb
+TEST_TARGET=		check
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
 
 post-extract:
diff --git a/llvm/Makefile b/llvm/Makefile
index 0a21885..e01bbdf 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -67,7 +67,7 @@ REPLACE_PYTHON+=	utils/testgen/mc-bundling-x86-gen.py
 REPLACE_PYTHON+=	utils/update_llc_test_checks.py
 REPLACE_PYTHON+=	utils/wciia.py
 
-TEST_TARGET=		check-lldb
+TEST_TARGET=		check
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
 
 post-extract:


Home | Main Index | Thread Index | Old Index