]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r320441,r320442:
authorngie <ngie@FreeBSD.org>
Fri, 28 Jul 2017 03:32:36 +0000 (03:32 +0000)
committerngie <ngie@FreeBSD.org>
Fri, 28 Jul 2017 03:32:36 +0000 (03:32 +0000)
commit38e00c130261e5380801f3c57ad388c4388c77d8
treef37a36beb9909a187561dfa9e0130cb4b77d264a
parent975be7c91f8bc277817e2a610adb65fcb7d645ca
MFC r320441,r320442:

r320441:

share/examples/tests/Makefile: clean up example snippets/documentation

- TESTSDIR doesn't need to be specified after r289158.
- Including bsd.own.mk isn't required since no MK_<foo> knobs are being
  manipulated.
- TESTS_SUBDIRS should be written out in an append format, one entry
  per line, to provide a better, more conflict resistant example.

r320442:

share/examples/tests/{atf,plain}/Makefile: tweak example Makefile snippets

- Including bsd.own.mk isn't required since no MK_<foo> knobs are being
  manipulated.
- Update documentation to note that ${FILES} is installed via bsd.progs.mk,
  not bsd.prog.mk.
share/examples/tests/tests/Makefile
share/examples/tests/tests/atf/Makefile
share/examples/tests/tests/plain/Makefile