]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC various fixes for the ATF tests.
authorjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Mar 2014 13:20:38 +0000 (13:20 +0000)
committerjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Mar 2014 13:20:38 +0000 (13:20 +0000)
commitc91bd1b225993ba7ed8ee5a9a667813e2e9f3644
tree67423e5f21e64a707fbeb882b3c143610ee4511f
parent24e43625eacc08728e690e6ca49db437aadbb294
MFC various fixes for the ATF tests.

- r260505 Allow tests to provide a Kyuafile when they relied on auto-generation.
- r260525 Respect the original layout of the atf-{c,c++} tests.
- r260526 Fix path to the process_helpers for the libatf-c++ tests.
- r260576 Generate and install pkg-config files for atf.
- r260577 Add atf pkg-config files from the vendor branch.
- r260584 Prevent misc_helpers from running as a test.

git-svn-id: svn://svn.freebsd.org/base/stable/10@262849 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
21 files changed:
UPDATING
contrib/atf/FREEBSD-Xlist
contrib/atf/atf-c++/atf-c++.pc.in [new file with mode: 0644]
contrib/atf/atf-c++/detail/test_helpers.cpp
contrib/atf/atf-c/atf-c.pc.in [new file with mode: 0644]
contrib/atf/atf-sh/atf-sh.pc.in [new file with mode: 0644]
etc/mtree/BSD.tests.dist
lib/atf/Makefile.inc
lib/atf/common.mk [new file with mode: 0644]
lib/atf/libatf-c++/Makefile
lib/atf/libatf-c++/tests/Makefile
lib/atf/libatf-c++/tests/Makefile.inc [new file with mode: 0644]
lib/atf/libatf-c++/tests/detail/Makefile [new file with mode: 0644]
lib/atf/libatf-c/Makefile
lib/atf/libatf-c/tests/Makefile
lib/atf/libatf-c/tests/Makefile.inc [new file with mode: 0644]
lib/atf/libatf-c/tests/detail/Makefile [new file with mode: 0644]
share/mk/bsd.test.mk
tools/build/mk/OptionalObsoleteFiles.inc
usr.bin/atf/atf-sh/Makefile
usr.bin/atf/atf-sh/tests/Makefile