head	1.2;
access;
symbols
	httpd-base:1.1.1.1 MRG:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.11.03.07.32.50;	author agc;	state Exp;
branches;
next	1.1;
commitid	S6v5QgIF404zM2au;

1.1
date	2009.11.03.04.55.18;	author agc;	state Exp;
branches
	1.1.1.1;
next	;
commitid	VqJxsN5LGNAxU1au;

1.1.1.1
date	2009.11.03.04.55.18;	author agc;	state Exp;
branches;
next	;
commitid	VqJxsN5LGNAxU1au;


desc
@@


1.2
log
@background and foreground globals are no more
@
text
@#	$eterna: Makefile,v 1.14 2009/05/22 21:51:39 mrg Exp $

SIMPLETESTS=	t1 t2 t3 t4 t5 t6 t7 t8 t9 t10
BIGFILETESTS=	partial4000 partial8000

BOZOHTTPD?=	${BOZODIR}/httpd
BOZOHTTPD?=	${BOZODIR}/debug/bozohttpd-debug
WGET?=		wget

.include <bsd.own.mk>

BOZODIR!= cd ${.CURDIR}/.. && ${PRINTOBJDIR}

all:

clean:
	for a in $(SIMPLETESTS); do \
		rm -f tmp.$$a.out; \
	done

check: check-simple check-bigfile

check-simple:
.for a in $(SIMPLETESTS)
	echo "Running test $a"
	$(BOZOHTTPD) ./data < $(.CURDIR)/$a.in > tmp.$a.out || true
	$(.CURDIR)/html_cmp $(.CURDIR)/$a.out tmp.$a.out
.endfor

check-bigfile:
.for a in $(BIGFILETESTS)
	echo "Running test $a"
	$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "./data"
.endfor

.include <bsd.obj.mk>
@


1.1
log
@Initial revision
@
text
@d6 2
a7 2
BOZOHTTPD?=	../bozohttpd
BOZOHTTPD?=	../debug/bozohttpd-debug
d10 4
@


1.1.1.1
log
@initial import of mrg's bozohttpd
@
text
@@
