]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Split and extend bsd.test.mk into {atf,plain,tap}.test.mk.
authorjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Dec 2013 22:00:22 +0000 (22:00 +0000)
committerjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Dec 2013 22:00:22 +0000 (22:00 +0000)
commit57c1d6756515074a0d80305d3288263040737f17
tree1119ed400ee859c1a442dea4edd3494fbc8a2f21
parent69b10967d15e3ee9a6b480778c178713dd119e9f
Split and extend bsd.test.mk into {atf,plain,tap}.test.mk.

This is a MFC of:

- r256761 Clearly split the logic to build ATF and plain tests apart.
- r256762 Add the automatic generation of Atffile files.
- r256763 Add the automatic generation of Kyuafile files.
- r256764 Plug atf-run into the 'test' target.
- r256765 Plug kyua into the 'test' target.
- r257096 Move the TESTSBASE definition to bsd.own.mk.
- r257099 Add missing plain.test.mk.
- r258297 Remove registration of C++ test programs into PROGS.
- r258298 Fix the build of plain test programs.
- r258551 Install plain.test.mk.
- r259208 Add tap.test.mk.

Approved by: rpaulo (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/10@259962 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libcrypt/tests/Makefile
share/mk/Makefile
share/mk/atf.test.mk
share/mk/bsd.own.mk
share/mk/bsd.test.mk
share/mk/plain.test.mk [new file with mode: 0644]
share/mk/tap.test.mk [new file with mode: 0644]