View | Details | Raw Unified | Return to bug 147463
Collapse All | Expand All

(-)tools/regression/lib/libc/string/Makefile (+5 lines)
Lines 6-11 Link Here
6
6
7
TESTS=	test-stpncpy test-strerror test-wcscasecmp test-wcsnlen
7
TESTS=	test-stpncpy test-strerror test-wcscasecmp test-wcsnlen
8
8
9
LTAP_INSTALLED!= pkg_version | grep libtap
10
.if ${LTAP_INSTALLED} == ""
11
.error "devel/libtap not installed"
12
.endif
13
9
.PHONY: tests
14
.PHONY: tests
10
tests: ${TESTS}
15
tests: ${TESTS}
11
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done
16
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

Return to bug 147463