cvs commit: src/usr.bin/tar/test Makefile main.c test.h test_0.c
test_basic.c test_copy.c test_getdate.c test_help.c
test_option_T.c test_stdio.c test_version.c
Tim Kientzle
kientzle at FreeBSD.org
Thu Aug 28 05:03:33 UTC 2008
kientzle 2008-08-28 05:03:21 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
usr.bin/tar/test Makefile main.c test.h test_0.c
test_basic.c test_copy.c test_getdate.c
test_help.c test_option_T.c test_stdio.c
test_version.c
Log:
SVN rev 182331 on 2008-08-28 05:03:21Z by kientzle
MFC r178715: New bsdtar test harness, modeled after bsdcpio and libarchive
test harnesses.
Revision Changes Path
1.3.2.1 +61 -0 src/usr.bin/tar/test/Makefile (new)
1.4.2.1 +1012 -0 src/usr.bin/tar/test/main.c (new)
1.4.2.1 +151 -0 src/usr.bin/tar/test/test.h (new)
1.2.4.1 +62 -0 src/usr.bin/tar/test/test_0.c (new)
1.2.4.1 +158 -0 src/usr.bin/tar/test/test_basic.c (new)
1.3.2.1 +300 -0 src/usr.bin/tar/test/test_copy.c (new)
1.2.4.1 +38 -0 src/usr.bin/tar/test/test_getdate.c (new)
1.2.4.1 +81 -0 src/usr.bin/tar/test/test_help.c (new)
1.3.2.1 +123 -0 src/usr.bin/tar/test/test_option_T.c (new)
1.2.4.1 +124 -0 src/usr.bin/tar/test/test_stdio.c (new)
1.2.4.1 +93 -0 src/usr.bin/tar/test/test_version.c (new)
More information about the cvs-src
mailing list