summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libutil/Makefile
blob: 229b4d264ebebb9b3d2f5407755df42918b0b674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

TESTS=	test-trimdomain test-trimdomain-nodomain test-flopen test-grp \
	test-pidfile test-humanize_number
CFLAGS+= -g -Wall -Wextra -Werror -lutil

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

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