pkgsrc-WIP-changes archive

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

libbsd: enable build tests.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sun Jul 3 22:34:57 2022 +0200
Changeset:	a3d13a47449d307fde8a3f75046e03bf53e0770f

Modified Files:
	libbsd/Makefile

Log Message:
libbsd: enable build tests.

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

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

diffstat:
 libbsd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/libbsd/Makefile b/libbsd/Makefile
index 086cdee066..0f00b70cf1 100644
--- a/libbsd/Makefile
+++ b/libbsd/Makefile
@@ -19,6 +19,9 @@ CFLAGS+=	-ffat-lto-objects
 pre-configure:
 	set -e; cd ${WRKSRC} && autoreconf -fiv
 
+do-test:
+	${RUN} cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${MAKE} check
+
 PKGCONFIG_OVERRIDE+=	src/libbsd-ctor.pc.in
 PKGCONFIG_OVERRIDE+=	src/libbsd-overlay.pc.in
 PKGCONFIG_OVERRIDE+=	src/libbsd.pc.in


Home | Main Index | Thread Index | Old Index