pkgsrc-WIP-changes archive

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

Add TEST_TARGET.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sat May 5 10:42:23 2018 +0100
Changeset:	8a320a053a8a0a5d185c45a09c913eab1817c01d

Modified Files:
	fplll/Makefile

Log Message:
Add TEST_TARGET.

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

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

diffstat:
 fplll/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/fplll/Makefile b/fplll/Makefile
index 77ab3e72f6..38c28742d8 100644
--- a/fplll/Makefile
+++ b/fplll/Makefile
@@ -16,6 +16,8 @@ USE_LIBTOOL=	yes
 USE_TOOLS+=	gmake autoconf automake
 USE_LANGUAGES=	c c++
 
+TEST_TARGET=	check
+
 pre-configure:
 	cd ${WRKSRC} && ./autogen.sh
 


Home | Main Index | Thread Index | Old Index