b2d48be1bc
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
14 lines
232 B
Makefile
14 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTS_SUBDIRS+= builtins
|
|
TESTS_SUBDIRS+= errors
|
|
TESTS_SUBDIRS+= execution
|
|
TESTS_SUBDIRS+= expansion
|
|
TESTS_SUBDIRS+= parameters
|
|
TESTS_SUBDIRS+= parser
|
|
TESTS_SUBDIRS+= set-e
|
|
|
|
.include <bsd.test.mk>
|