opnsense-src/tools/regression/lib/libc/nss/Makefile
Michael Bushkov a3859aa386 Committing regression tests for all implemented nsswitch databases.
Detailed description and instructions are in the README file.
This work had been basically done during GSoC 2006.

Approved by:	brooks (mentor)
2007-04-15 11:02:31 +00:00

12 lines
217 B
Makefile

# $FreeBSD$
TESTS= test-getaddr test-getgr test-gethostby test-getpw test-getproto\
test-getrpc test-getserv test-getusershell
CFLAGS+= -g -Wall
.PHONY: tests
tests: ${TESTS}
.PHONY: clean
clean:
-rm -f ${TESTS}