]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r289195:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 15 Nov 2015 22:13:41 +0000 (22:13 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 15 Nov 2015 22:13:41 +0000 (22:13 +0000)
commit9c75ceef22eed6342fe94e5d0b5d37beb22c6141
tree87021568ed1e7dd53441c6aebdc2abad88cb3cfb
parent70e05137156886d2449abbe13125fd66be67821a
MFC r289195:

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.

Sponsored by: EMC / Isilon Storage Division

Conflicts:
lib/libarchive/test
usr.bin/cpio/test

git-svn-id: svn://svn.freebsd.org/base/stable/10@290892 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
etc/mtree/BSD.tests.dist
lib/libarchive/Makefile
lib/libarchive/test/Makefile [deleted file]
lib/libarchive/tests/Makefile [new file with mode: 0644]
lib/libarchive/tests/functional_test.sh [new file with mode: 0755]
usr.bin/cpio/Makefile
usr.bin/cpio/test/Makefile [deleted file]
usr.bin/cpio/tests/Makefile [new file with mode: 0644]
usr.bin/cpio/tests/functional_test.sh [new file with mode: 0755]
usr.bin/tar/Makefile
usr.bin/tar/tests/Makefile [moved from usr.bin/tar/test/Makefile with 53% similarity]
usr.bin/tar/tests/functional_test.sh [new file with mode: 0755]