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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to