Date: Wed, 11 Nov 2015 12:06:33 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401237 - head/devel/gdb Message-ID: <201511111206.tABC6XAl082137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Nov 11 12:06:33 2015 New Revision: 401237 URL: https://svnweb.freebsd.org/changeset/ports/401237 Log: Enable regression tests PR: 200610 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed Nov 11 11:42:27 2015 (r401236) +++ head/devel/gdb/Makefile Wed Nov 11 12:06:33 2015 (r401237) @@ -12,6 +12,9 @@ COMMENT= GNU GDB of newer version than c LICENSE= GPLv3 +TEST_DEPENDS= runtest:${PORTSDIR}/misc/dejagnu + +TEST_TARGET= check USES= cpe iconv gmake libtool tar:xz USE_CSTD= gnu89 CPE_VENDOR= gnu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511111206.tABC6XAl082137>