freebsd-src/tools
Enji Cooper c5c0e8d2f3 MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138:
r282071:

Integrate tools/regression/mqueue into the FreeBSD test suite as
tests/sys/mqueue

r282074:

Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into the
FreeBSD test suite as tests/sys/aio

r282133:

Fill in the copyright boilerplate for the test program

r282134:

Add initial (unpolished) macros for interfacing with the FreeBSD test suite

This is very rough, but will be replaced/redesigned some time soon after I fix
the Jenkins breakage I introduced

r282135:

Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available function

r282136:

- Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)
- Don't use /tmp as a basis for temporary files as it's outside of the ATF
  sandbox
- Don't override MAX macro in sys/param.h

r282137:

Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"

r282138:

Adjust CFLAGS to find freebsd_test_suite/macros.h
2015-05-13 12:09:01 +00:00
..
bsdbox MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
build MFC r281053: 2015-04-23 15:15:45 +00:00
debugscripts A number of places in the source tree still reference cuad.* after 2012-12-08 22:16:36 +00:00
diag MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
kerneldoc Correct double "the the" 2012-09-14 21:28:56 +00:00
KSE MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
LibraryReport
regression MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138: 2015-05-13 12:09:01 +00:00
sched MFC 272315 272757 274091 274902 2015-02-13 19:06:22 +00:00
test MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
tools MFC r276598, r276607. 2015-04-08 00:52:45 +00:00
install.sh Use = not == in test arguments. 2013-01-24 20:47:37 +00:00
make_libdeps.sh MFC r256450: 2013-10-23 18:07:07 +00:00
README
tinder.sh

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.