forked from pfsense/FreeBSD-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Julio Merino
authored and
Julio Merino
committed
Mar 16, 2014
1 parent
f225bcd
commit c68de74
Showing
17 changed files
with
63 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,14 @@ | |
.. | ||
.. | ||
.. | ||
sbin | ||
dhclient | ||
.. | ||
growfs | ||
.. | ||
mdconfig | ||
.. | ||
.. | ||
share | ||
examples | ||
tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# $FreeBSD$ | ||
|
||
TESTSDIR= ${TESTSBASE}/sbin/dhclient | ||
|
||
.PATH: ${.CURDIR}/.. | ||
|
||
PLAIN_TESTS_C= option-domain-search_test | ||
SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \ | ||
tables.c fake.c option-domain-search.c | ||
CFLAGS.option-domain-search_test+= -I${.CURDIR}/.. | ||
LDADD.option-domain-search_test= -lutil | ||
|
||
WARNS?= 2 | ||
|
||
.include <bsd.test.mk> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
TESTSDIR= ${TESTSBASE}/sbin/growfs | ||
|
||
TAP_TESTS_PERL= legacy_test | ||
|
||
.include <bsd.test.mk> |
2 changes: 0 additions & 2 deletions
2
tools/regression/sbin/growfs/regress.t → sbin/growfs/tests/legacy_test.pl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
#! /usr/bin/perl | ||
# | ||
# $FreeBSD$ | ||
|
||
use strict; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# $FreeBSD$ | ||
|
||
.include <bsd.own.mk> | ||
|
||
PROG= mdconfig | ||
MAN= mdconfig.8 | ||
|
||
DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} | ||
LDADD= -lutil -lgeom -lbsdxml -lsbuf | ||
|
||
.if ${MK_TESTS} != "no" | ||
SUBDIR+= tests | ||
.endif | ||
|
||
.include <bsd.prog.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
0
tools/regression/sbin/mdconfig/run → sbin/mdconfig/tests/run.pl
100755 → 100644
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# $FreeBSD$ | ||
|
||
.include <bsd.own.mk> | ||
|
||
TESTSDIR= ${TESTSBASE}/sbin | ||
|
||
.PATH: ${.CURDIR:H:H}/tests | ||
KYUAFILE= yes | ||
|
||
.include <bsd.test.mk> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.