freebsd-dev/bin/date
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
..
tests Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
date.1 Explain that setting an absolute day value can fail and that the month should 2010-06-04 06:56:58 +00:00
date.c Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
extern.h More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00
Makefile Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
netdate.c Fix socket calls on error post-r243965. 2012-12-21 15:54:13 +00:00
vary.c
vary.h