summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/string/Makefile
blob: 2c34ca3ccb15e06860a5c198507cf827886aa5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

TESTS=	test-stpncpy test-strerror test-wcscasecmp test-wcsnlen

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

.PHONY: clean
clean:
	-rm -f ${TESTS}
OpenPOWER on IntegriCloud