summaryrefslogtreecommitdiff
path: root/regress/gnu/egcs/libiberty/Makefile
blob: 2ab321bd474747c6dec284c3d8e9fd14d8ebfe29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $OpenBSD: Makefile,v 1.5 2006/02/11 23:54:34 david Exp $

NOMAN=
NOPROG=

TESTDIR=${BSDSRCDIR}/gnu/lib/libiberty

REGRESS_TARGETS=do-libiberty

.if !defined(DO_DEJATESTS)
REGRESS_SKIP_TARGETS=do-libiberty
.endif

do-libiberty: 
	@if [ ! "`pkg_info -e dejagnu-\*`" ]; then \
	    echo "Error: DejaGnu is required to run this test."; \
	    echo "  You can install the package from the ftp site or compile it"; \
	    echo "  from the ports tree (${PORTSDIR}/devel/dejagnu)."; \
	    exit 1; \
	fi
	@cd ${TESTDIR} && ${MAKE} -f Makefile.bsd-wrapper && \
	${MAKE} check RUNTEST=${RUNTEST};

.include <bsd.regress.mk>

PORTSDIR?=/usr/ports