]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Plug the ATF tests into the build.
authorjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 28 Dec 2013 23:08:58 +0000 (23:08 +0000)
committerjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 28 Dec 2013 23:08:58 +0000 (23:08 +0000)
commitd6b90181bffe12fa1dceaa52da4b36da8e616e09
treef67dde62985332519d0ad6763cdb1b68c9793ab3
parentff2e907130712001fe7887757f212477df35caed
Plug the ATF tests into the build.

This is a MFC into stable/10 of:
- r257849 Add libatf-c++ to the prebuild libs.
- r257853 Build and install the atf tests.
- r258233 Move all atf directories to the tests mtree.
- r258285 Fix the build of some ATF tests.

This change is "make tinderbox" clean on ref10-amd64 with the default
settings of WITHOUT_TESTS.  It is likely for the WITH_TESTS build to
still be broken because not all relevant changes have been merged yet.

git-svn-id: svn://svn.freebsd.org/base/stable/10@260024 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
30 files changed:
Makefile.inc1
etc/Makefile
etc/mtree/BSD.include.dist
etc/mtree/BSD.tests.dist
etc/mtree/BSD.usr.dist
lib/atf/Makefile
lib/atf/Makefile.inc
lib/atf/libatf-c++/Makefile
lib/atf/libatf-c++/Makefile.inc [new file with mode: 0644]
lib/atf/libatf-c++/tests/Makefile [new file with mode: 0644]
lib/atf/libatf-c/Makefile
lib/atf/libatf-c/Makefile.inc [new file with mode: 0644]
lib/atf/libatf-c/tests/Makefile [new file with mode: 0644]
lib/atf/tests/Makefile [new file with mode: 0644]
lib/atf/tests/test-programs/Makefile [new file with mode: 0644]
libexec/Makefile
libexec/atf/Makefile
libexec/atf/Makefile.inc
libexec/atf/atf-check/Makefile
libexec/atf/atf-check/Makefile.inc [new file with mode: 0644]
libexec/atf/atf-check/tests/Makefile [new file with mode: 0644]
libexec/atf/tests/Makefile [new file with mode: 0644]
libexec/tests/Makefile [new file with mode: 0644]
usr.bin/Makefile
usr.bin/atf/Makefile
usr.bin/atf/Makefile.inc
usr.bin/atf/atf-sh/Makefile
usr.bin/atf/atf-sh/tests/Makefile [new file with mode: 0644]
usr.bin/atf/tests/Makefile [new file with mode: 0644]
usr.bin/tests/Makefile [new file with mode: 0644]