Enable regression tests.
This commit is contained in:
parent
5c8a60fdc1
commit
80c7ae1856
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2002/09/20 14:58:38 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2002/10/27 14:10:23 naddy Exp $
|
||||
|
||||
COMMENT= "object oriented script language with threads"
|
||||
VERSION= 1.6.7
|
||||
@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --with-tcl-include=${PREFIX}/include/tcl8.3 \
|
||||
CONFIGURE_ARGS+= --without-x11
|
||||
.endif
|
||||
|
||||
REGRESS_TARGET= test
|
||||
|
||||
# Force rebuild of parse.c with yacc
|
||||
post-extract:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2002/09/09 16:07:10 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2002/10/27 14:10:23 naddy Exp $
|
||||
|
||||
# XXX crashes & hangs on macppc, to be dealt with
|
||||
NOT_FOR_ARCHS= powerpc
|
||||
@ -13,7 +13,6 @@ HOMEPAGE= http://icon.cs.unlv.edu/
|
||||
|
||||
MASTER_SITES= http://icon.cs.unlv.edu/v9/
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
@ -32,6 +31,8 @@ ALL_TARGET= Unicon
|
||||
|
||||
CONFIGURE_TARGET=X-Configure
|
||||
|
||||
REGRESS_TARGET= Test
|
||||
|
||||
pre-configure:
|
||||
cp -R ${FILESDIR}/openbsd ${WRKSRC}/config/unix
|
||||
if [ -f ${CONF_DIR}/${ARCH}_rswitch.c ] ; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user