Migrate tools/regression/sbin/ to the new tests layout.
authorjmmv <jmmv@FreeBSD.org>
Sun, 16 Mar 2014 02:07:08 +0000 (02:07 +0000)
committerjmmv <jmmv@FreeBSD.org>
Sun, 16 Mar 2014 02:07:08 +0000 (02:07 +0000)
commitf965a606e8ed559a35c4f9c0dc6073d869742120
tree5f7443092d7c0f6cea7f6ce3d939e34b38133fd6
parent57805e1981db01e97ae9fe81450fa4a82f0f3dbf
Migrate tools/regression/sbin/ to the new tests layout.

Pretty much all that this change does is shuffles the code around and hooks
it into the regular build.  The code of the old tests has not changed.
17 files changed:
etc/mtree/BSD.tests.dist
sbin/Makefile
sbin/dhclient/Makefile
sbin/dhclient/tests/Makefile [new file with mode: 0644]
sbin/dhclient/tests/fake.c [moved from tools/regression/sbin/dhclient/fake.c with 100% similarity]
sbin/dhclient/tests/option-domain-search.c [moved from tools/regression/sbin/dhclient/option-domain-search.c with 100% similarity]
sbin/growfs/Makefile
sbin/growfs/tests/Makefile [new file with mode: 0644]
sbin/growfs/tests/legacy_test.pl [moved from tools/regression/sbin/growfs/regress.t with 99% similarity]
sbin/mdconfig/Makefile
sbin/mdconfig/tests/legacy_test.sh [moved from tools/regression/sbin/mdconfig/00.t with 96% similarity]
sbin/mdconfig/tests/mdconfig.test [moved from tools/regression/sbin/mdconfig/mdconfig.test with 100% similarity]
sbin/mdconfig/tests/run.pl [moved from tools/regression/sbin/mdconfig/run with 100% similarity, mode: 0644]
sbin/tests/Makefile [new file with mode: 0644]
tools/regression/sbin/Makefile [deleted file]
tools/regression/sbin/dhclient/Makefile [deleted file]
tools/regression/sbin/growfs/Makefile [deleted file]