Wasn't running ISO9660 regression tests. Output now includes file sizes.
This commit is contained in:
@@ -19,7 +19,7 @@ define(RELEASE_NUM, 73)
|
|||||||
define(CDIO_VERSION_STR, 0.$1cvs)
|
define(CDIO_VERSION_STR, 0.$1cvs)
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_REVISION([$Id: configure.ac,v 1.142 2005/02/06 15:09:10 rocky Exp $])dnl
|
AC_REVISION([$Id: configure.ac,v 1.143 2005/02/18 23:49:45 rocky Exp $])dnl
|
||||||
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
|
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
|
||||||
AC_CONFIG_SRCDIR(src/cd-info.c)
|
AC_CONFIG_SRCDIR(src/cd-info.c)
|
||||||
|
|
||||||
@@ -471,6 +471,7 @@ if test x$enable_joliet = xyes; then
|
|||||||
AC_DEFINE(HAVE_JOLIET, [1],
|
AC_DEFINE(HAVE_JOLIET, [1],
|
||||||
[Define 1 if you want ISO-9660 Joliet extension support.
|
[Define 1 if you want ISO-9660 Joliet extension support.
|
||||||
You must have also libiconv installed to get Joliet extension support.])
|
You must have also libiconv installed to get Joliet extension support.])
|
||||||
|
HAVE_JOLIET=1
|
||||||
else
|
else
|
||||||
AC_MSG_WARN([You must have iconv installed to get Joliet extension support.])
|
AC_MSG_WARN([You must have iconv installed to get Joliet extension support.])
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#$Id: check_iso.sh.in,v 1.5 2005/01/29 14:50:34 rocky Exp $
|
#$Id: check_iso.sh.in,v 1.6 2005/02/18 23:49:45 rocky Exp $
|
||||||
|
|
||||||
if test -z $srcdir ; then
|
if test -z $srcdir ; then
|
||||||
srcdir=`pwd`
|
srcdir=`pwd`
|
||||||
@@ -14,12 +14,17 @@ fi
|
|||||||
BASE=`basename $0 .sh`
|
BASE=`basename $0 .sh`
|
||||||
fname=copying
|
fname=copying
|
||||||
|
|
||||||
if test -n "@HAVE_JOLIET@" ; then
|
|
||||||
opts="--quiet ${srcdir}/${fname}.iso --iso9660 "
|
opts="--quiet ${srcdir}/${fname}.iso --iso9660 "
|
||||||
test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right
|
test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right
|
||||||
RC=$?
|
RC=$?
|
||||||
check_result $RC 'iso-info basic test' "$ISO_INFO $opts"
|
check_result $RC 'iso-info basic test' "$ISO_INFO $opts"
|
||||||
|
|
||||||
|
opts="--image ${srcdir}/${fname}.iso --extract $fname "
|
||||||
|
test_iso_read "$opts" ${fname} ${srcdir}/../COPYING
|
||||||
|
RC=$?
|
||||||
|
check_result $RC 'iso-read basic test' "$ISO_READ $opts"
|
||||||
|
|
||||||
|
if test -n "@HAVE_JOLIET@" ; then
|
||||||
BASE=`basename $0 .sh`
|
BASE=`basename $0 .sh`
|
||||||
fname=joliet
|
fname=joliet
|
||||||
opts="--quiet ${srcdir}/${fname}.iso --iso9660 "
|
opts="--quiet ${srcdir}/${fname}.iso --iso9660 "
|
||||||
@@ -33,11 +38,6 @@ if test -n "@HAVE_JOLIET@" ; then
|
|||||||
check_result $RC 'iso-info --no-joliet test' "$cmdline"
|
check_result $RC 'iso-info --no-joliet test' "$cmdline"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
opts="--image ${srcdir}/${fname}.iso --extract $fname "
|
|
||||||
test_iso_read "$opts" ${fname} ${srcdir}/../COPYING
|
|
||||||
RC=$?
|
|
||||||
check_result $RC 'iso-read test 1' "$ISO_READ $opts"
|
|
||||||
|
|
||||||
exit $RC
|
exit $RC
|
||||||
|
|
||||||
#;;; Local Variables: ***
|
#;;; Local Variables: ***
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ PARTICULAR PURPOSE.
|
|||||||
__________________________________
|
__________________________________
|
||||||
ISO-9660 Information
|
ISO-9660 Information
|
||||||
/:
|
/:
|
||||||
Jan 10 2004 00:47 .
|
2048 Jan 10 2004 00:47 .
|
||||||
Jan 10 2004 00:47 ..
|
2048 Jan 10 2004 00:47 ..
|
||||||
Jan 10 2004 00:47 copying
|
17992 Jan 10 2004 00:47 copying
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,12 @@
|
|||||||
|
Error getting above directory information
|
||||||
This is free software; see the source for copying conditions.
|
This is free software; see the source for copying conditions.
|
||||||
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||||
PARTICULAR PURPOSE.
|
PARTICULAR PURPOSE.
|
||||||
__________________________________
|
__________________________________
|
||||||
ISO-9660 Information
|
ISO-9660 Information
|
||||||
/:
|
/:
|
||||||
Oct 22 2004 18:44 .
|
2048 Oct 22 2004 18:44 .
|
||||||
Oct 22 2004 18:44 ..
|
2048 Oct 22 2004 18:44 ..
|
||||||
Oct 22 2004 18:44 libcdio
|
2048 Oct 22 2004 18:44 libcdio
|
||||||
|
|
||||||
/LIBCDIO/:
|
|
||||||
Oct 22 2004 18:44 .
|
|
||||||
Oct 22 2004 18:44 ..
|
|
||||||
Mar 12 2004 02:18 copying
|
|
||||||
Jun 26 2004 06:01 readme
|
|
||||||
Aug 12 2004 05:22 readme.libcdio
|
|
||||||
Oct 22 2004 18:44 test
|
|
||||||
|
|
||||||
/LIBCDIO/TEST/:
|
|
||||||
Oct 22 2004 18:44 .
|
|
||||||
Oct 22 2004 18:44 ..
|
|
||||||
Jul 25 2004 05:52 isofs_m1.cue
|
|
||||||
|
|
||||||
|
/libcdio/:
|
||||||
|
|||||||
@@ -4,20 +4,20 @@ PARTICULAR PURPOSE.
|
|||||||
__________________________________
|
__________________________________
|
||||||
ISO-9660 Information
|
ISO-9660 Information
|
||||||
/:
|
/:
|
||||||
Oct 22 2004 18:44 .
|
2048 Oct 22 2004 18:44 .
|
||||||
Oct 22 2004 18:44 ..
|
2048 Oct 22 2004 18:44 ..
|
||||||
Oct 22 2004 18:44 libcdio
|
2048 Oct 22 2004 18:44 libcdio
|
||||||
|
|
||||||
/libcdio/:
|
/libcdio/:
|
||||||
Oct 22 2004 18:44 .
|
2048 Oct 22 2004 18:44 .
|
||||||
Oct 22 2004 18:44 ..
|
2048 Oct 22 2004 18:44 ..
|
||||||
Mar 12 2004 02:18 COPYING
|
17992 Mar 12 2004 02:18 COPYING
|
||||||
Jun 26 2004 06:01 README
|
2156 Jun 26 2004 06:01 README
|
||||||
Aug 12 2004 05:22 README.libcdio
|
2849 Aug 12 2004 05:22 README.libcdio
|
||||||
Oct 22 2004 18:44 test
|
2048 Oct 22 2004 18:44 test
|
||||||
|
|
||||||
/libcdio/test/:
|
/libcdio/test/:
|
||||||
Oct 22 2004 18:44 .
|
2048 Oct 22 2004 18:44 .
|
||||||
Oct 22 2004 18:44 ..
|
2048 Oct 22 2004 18:44 ..
|
||||||
Jul 25 2004 05:52 isofs-m1.cue
|
74 Jul 25 2004 05:52 isofs-m1.cue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user