1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/bin
Julio Merino 13de33a5dc Migrate tools/regression/bin/ tests to the new layout.
This change is a proof of concept on how to easily integrate existing
tests from the tools/regression/ hierarchy into the /usr/tests/ test
suite and on how to adapt them to the new layout for src.

To achieve these goals, this change:

- Moves tests from tools/regression/bin/<tool>/ to bin/<tool>/tests/.
- Renames the previous regress.sh files to legacy_test.sh.
- Adds Makefiles to build and install the tests and all their supporting
  data files into /usr/tests/bin/.
- Plugs the legacy_test test programs into the test suite using the new
  TAP backend for Kyua (appearing in 0.8) so that the code of the test
  programs does not have to change.
- Registers the new directories in the BSD.test.dist mtree file.

Reviewed by:	freebsd-testing
Approved by:	rpaulo (mentor)
2013-12-11 04:09:17 +00:00
..
cat
chflags Expand the use of stat(2) flags to allow storing some Windows/DOS 2013-08-21 23:04:48 +00:00
chio
chmod
cp
csh
date Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dd Sweep man pages replacing ad -> ada. 2013-10-01 18:41:53 +00:00
df Clean up a spurious "." in SEE ALSO. 2013-10-28 23:02:12 +00:00
domainname
echo
ed Fix a -Wunsequenced warning. 2013-06-29 15:49:26 +00:00
expr
freebsd-version Remove extraneous \n. 2013-10-11 20:10:18 +00:00
getfacl
hostname
kenv Constify parameters, no functional or binary change. 2013-05-15 18:38:28 +00:00
kill
ln Add 'static' where able. 2013-06-02 17:55:00 +00:00
ls Expand the use of stat(2) flags to allow storing some Windows/DOS 2013-08-21 23:04:48 +00:00
mkdir
mv Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
pax Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
pkill pkill - Optimize pgrep -F 2013-11-10 05:22:29 +00:00
ps Don't test arrays for being NULL. 2013-10-21 09:12:04 +00:00
pwait
pwd
rcp
realpath
rm
rmail
rmdir
setfacl
sh Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
sleep sleep: Explain in a comment why the [EINTR] check is there. 2013-06-05 20:15:18 +00:00
stty
sync
test Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
tests Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
uuidgen
Makefile Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
Makefile.inc