# $FreeBSD: head/tools/regression/lib/libc/locale/Makefile 106686 2002-11-09 04:33:02Z tjr $ TESTS= test-mbrtowc \ test-wcrtomb \ test-mbsrtowcs \ test-wcsrtombs \ test-btowc \ test-mbrlen \ test-mbtowc \ test-wctomb \ test-mbstowcs \ test-wcstombs \ test-mblen .PHONY: tests tests: ${TESTS} for p in ${TESTS}; do ${.OBJDIR}/$$p; done .PHONY: clean clean: -rm -f ${TESTS}