pkgsrc-WIP-changes archive

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

avr-binutils: Add test target



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Aug 11 19:02:30 2021 +0200
Changeset:	af1f6fbf9c2fe25f60653251df51716375fe3f30

Modified Files:
	avr-binutils/Makefile

Log Message:
avr-binutils: 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=af1f6fbf9c2fe25f60653251df51716375fe3f30

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

diffstat:
 avr-binutils/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/avr-binutils/Makefile b/avr-binutils/Makefile
index 2fef54586e..47b7215205 100644
--- a/avr-binutils/Makefile
+++ b/avr-binutils/Makefile
@@ -27,6 +27,8 @@ CONFIGURE_ARGS+=	--with-system-zlib
 
 AUTO_MKDIRS=		yes
 
+TEST_TARGET=		check
+
 # Prevent the need to run texi2pod.pl and pod2mane
 # hence the need for perl as build dependency.
 post-configure:


Home | Main Index | Thread Index | Old Index