diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-07-02 01:23:25 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-07-02 01:23:25 +0000 |
commit | fc25cad8911cecde243c58e7392d61b2567904a7 (patch) | |
tree | 28664098e199898cdd18d07f818fac8a49359a52 /devel | |
parent | 9132bf55eb575a0db4b42b450a0bc998aaa94bc6 (diff) | |
download | pkgsrc-fc25cad8911cecde243c58e7392d61b2567904a7.tar.gz |
Add a test target.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 7bae1513152..ea03733e098 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/06/23 10:54:15 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/02 01:23:25 uebayasi Exp $ # DISTNAME= gdb-5.3 @@ -17,6 +17,7 @@ USE_GMAKE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/bfd/libtool ${WRKSRC}/opcodes/libtool REPLACE_LOCALEDIR_PATTERNS+= Make-in INSTALL_TARGET= install install-info +TEST_TARGET= check USE_NEW_TEXINFO= YES INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info |