diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-12 18:31:21 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-12 18:31:21 +0000 |
commit | 05734f7455a611adeff43df1c8ccc13b5e574d03 (patch) | |
tree | 33913ffe8cbd69bd76efac5c0f3376ff80bf3c35 /etc | |
parent | 71f83ef21c5a0f9fd94338760bde10de5b0f6bfc (diff) | |
parent | 72b16b0970917b267f31f6a6cae59078ef3ab6be (diff) | |
download | FreeBSD-src-05734f7455a611adeff43df1c8ccc13b5e574d03.zip FreeBSD-src-05734f7455a611adeff43df1c8ccc13b5e574d03.tar.gz |
Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to
the FreeBSD test suite
functional_test.sh was ported from bin/sh/tests/functional_test.sh, as a
small wrapper around libarchive_test, bsdcpio_test, and bsdtar_test provided
by upstream.
A handful of testcases in lib/libarchive/tests have been disabled as they
were failing when run with kyua test (see BROKEN_TESTS in
lib/libarchive/tests/Makefile)
As a sidenote: this removes the check/test targets from the Makefiles as they
don't match the pattern used in the rest of the FreeBSD test suite.
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/BSD.tests.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 7e7b8b5..1fb3365 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -242,6 +242,8 @@ test-programs .. .. + libarchive + .. libc c063 .. @@ -518,6 +520,8 @@ .. cmp .. + cpio + .. col .. comm @@ -556,6 +560,8 @@ .. soelim .. + tar + .. timeout .. tr |