summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.test.mk
Commit message (Collapse)AuthorAgeFilesLines
* MFC a couple of improvements to the test suite mk files.jmmv2014-03-061-1/+15
| | | | | - r260632 Support defining test program metadata from the Makefiles. - r260633 Support perl-based TAP-compliant test programs.
* MFC various fixes for the ATF tests.jmmv2014-03-061-9/+14
| | | | | | | | | - 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.
* Split and extend bsd.test.mk into {atf,plain,tap}.test.mk.jmmv2013-12-271-25/+124
| | | | | | | | | | | | | | | | | | 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)
* Enable ATF testing.sjg2012-11-071-0/+79
Submitted by: Garrett Cooper Approved by: marcel (mentor)
OpenPOWER on IntegriCloud