svn commit: r401237 - head/devel/gdb

Tijl Coosemans tijl at FreeBSD.org
Wed Nov 11 12:06:34 UTC 2015


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 at 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


More information about the svn-ports-all mailing list