Changeset 1725 for zzuf/trunk/test


Ignore:
Timestamp:
Jan 28, 2007, 1:53:19 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • Merged fdcat and streamcat into zzcat.
Location:
zzuf/trunk/test
Files:
1 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/test

    • Property svn:ignore
      •  

        old new  
        11Makefile
        22Makefile.in
        3 fdcat
        4 streamcat
         3zzcat
        54*.exe
        65.deps
  • zzuf/trunk/test/Makefile.am

    r1721 r1725  
    22EXTRA_DIST = testsuite.sh file-00 file-ff file-random file-text
    33
    4 noinst_PROGRAMS = fdcat streamcat
     4noinst_PROGRAMS = zzcat
     5zzcat_SOURCES = zzcat.c
    56
    6 fdcat_SOURCES = fdcat.c
    7 streamcat_SOURCES = streamcat.c
    8 
  • zzuf/trunk/test/testsuite.sh

    r1721 r1725  
    3131DIR="$(dirname "$0")"
    3232ZZUF="$DIR/../src/zzuf"
    33 FDCAT="$DIR/fdcat"
    34 STREAMCAT="$DIR/streamcat"
    35 if [ ! -f "$FDCAT" -o ! -f "$STREAMCAT" ]; then
    36   echo "error: test/fdcat or test/streamcat are missing"
     33ZZCAT="$DIR/zzcat"
     34if [ ! -f "$ZZCAT" ]; then
     35  echo "error: test/zzcat is missing"
    3736  exit 1
    3837fi
     
    6564            check "$ZZOPTS" "< $file" "zzuf"
    6665        fi
    67         check "$ZZOPTS" "$FDCAT $file" "fdcat"
    68         check "$ZZOPTS" "$STREAMCAT $file" "streamcat"
     66        check "$ZZOPTS" "$ZZCAT 1 $file" "zzcat 1"
     67        check "$ZZOPTS" "$ZZCAT 2 $file" "zzcat 2"
    6968        if [ "$STATIC_CAT" = "" ]; then
    7069            check "$ZZOPTS" "cat $file" "cat"
Note: See TracChangeset for help on using the changeset viewer.