Clarify src vs dest path mismatch in :symbolic_link_{absolute,relative}_body
[freebsd.git] / usr.bin / bmake / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ${PACKAGE}FILES+=       common.sh
6 ${PACKAGE}FILES+=       test-new.mk
7
8 TESTS_SUBDIRS=  archives
9 TESTS_SUBDIRS+= basic
10 TESTS_SUBDIRS+= execution
11 TESTS_SUBDIRS+= shell
12 TESTS_SUBDIRS+= suffixes
13 TESTS_SUBDIRS+= syntax
14 TESTS_SUBDIRS+= sysmk
15 TESTS_SUBDIRS+= variables
16
17 .include <bsd.test.mk>