pkgsrc-WIP-changes archive

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

lldb-git: Use LLDB test target



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Nov 19 02:37:58 2015 +0100
Changeset:	3df701020dc403e3872db4646f49b97a5589c7ce

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Use LLDB test target

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

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

diffstat:
 lldb-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index f1cc532..d30c883 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -175,7 +175,7 @@ REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/testgen/mc-bundling-x86-gen.py
 REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/update_llc_test_checks.py
 REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/wciia.py
 
-TEST_TARGET=		check unittests
+TEST_TARGET=		check-lldb
 
 .if exists(/usr/include/panel.h)
 CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=FALSE


Home | Main Index | Thread Index | Old Index