Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 05:12:23 +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/lib/libarchive/test Makefile main.c test.h test_compat_gtar.c test_compat_tar_hardlink.c test_compat_zip.c test_read_format_gtar_sparse.c
Message-ID:  <200803120512.m2C5CO76005248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2008-03-12 05:12:23 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive/test  Makefile main.c test.h test_compat_gtar.c 
                         test_compat_tar_hardlink.c 
                         test_compat_zip.c 
                         test_read_format_gtar_sparse.c 
  Log:
  Portability: Eliminate the need for uudecode by incorporating
  uudecode into the main test driver and invoking it just-in-time
  within the various tests.
  
  Also, incorporate a number of improvements to the main test support
  code that have proven useful on other projects where I've used this
  framework.
  
  Revision  Changes    Path
  1.15      +2 -18     src/lib/libarchive/test/Makefile
  1.11      +210 -41   src/lib/libarchive/test/main.c
  1.9       +10 -12    src/lib/libarchive/test/test.h
  1.2       +2 -2      src/lib/libarchive/test/test_compat_gtar.c
  1.2       +2 -2      src/lib/libarchive/test/test_compat_tar_hardlink.c
  1.2       +2 -2      src/lib/libarchive/test/test_compat_zip.c
  1.8       +3 -4      src/lib/libarchive/test/test_read_format_gtar_sparse.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803120512.m2C5CO76005248>