From b2e51e38a88412c17ce1160c247a6d673c0b2147 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 16 Mar 2014 04:09:22 +0000 Subject: Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. This change was originally going to only migrate the usr.sbin tests but, as it turns out, the usr.sbin/sa/ tests require files from usr.bin/lastcomm/ so it's better to just also migrate the latter at the same time. The other usr.bin tests will be moved separately. To make these tests work within the test suite, some of them have required changes to prevent modifying the source directory and instead just rely on the current directory for file manipulation. --- usr.sbin/tests/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 usr.sbin/tests/Makefile (limited to 'usr.sbin/tests') diff --git a/usr.sbin/tests/Makefile b/usr.sbin/tests/Makefile new file mode 100644 index 0000000..a7e9c71 --- /dev/null +++ b/usr.sbin/tests/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include + +TESTSDIR= ${TESTSBASE}/usr.sbin + +.PATH: ${.CURDIR:H:H}/tests +KYUAFILE= yes + +.include -- cgit v1.1