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
Fri May 2 05:17:17 UTC 2008
kientzle 2008-05-02 05:17:16 UTC
FreeBSD src repository
Added files:
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:
New bsdtar test harness. Still rather skimpy, but a lot easier
to run and maintain than the old scripts that used to be here.
Revision Changes Path
1.1 +61 -0 src/usr.bin/tar/test/Makefile (new)
1.1 +1012 -0 src/usr.bin/tar/test/main.c (new)
1.1 +151 -0 src/usr.bin/tar/test/test.h (new)
1.1 +62 -0 src/usr.bin/tar/test/test_0.c (new)
1.1 +158 -0 src/usr.bin/tar/test/test_basic.c (new)
1.1 +300 -0 src/usr.bin/tar/test/test_copy.c (new)
1.1 +38 -0 src/usr.bin/tar/test/test_getdate.c (new)
1.1 +81 -0 src/usr.bin/tar/test/test_help.c (new)
1.1 +123 -0 src/usr.bin/tar/test/test_option_T.c (new)
1.1 +124 -0 src/usr.bin/tar/test/test_stdio.c (new)
1.1 +93 -0 src/usr.bin/tar/test/test_version.c (new)
More information about the cvs-src
mailing list