# $FreeBSD: stable/5/tools/regression/lib/libc/stdio/Makefile 116969 2003-06-28 09:03:44Z das $

TESTS=	test-perror test-printfloat test-scanfloat

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}
