Date: Fri, 2 May 2008 05:17:16 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200805020517.m425HHbH002424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805020517.m425HHbH002424>