Add UDF 1.02 image and use that in the default file-extraction test.

This commit is contained in:
rocky
2006-04-17 11:45:22 +00:00
parent dfe7ad5410
commit 4d2b5161f6
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: udffile.c,v 1.1 2006/04/17 03:37:58 rocky Exp $
$Id: udffile.c,v 1.2 2006/04/17 11:45:22 rocky Exp $
Copyright (C) 2005, 2006 Rocky Bernstein <rocky@cpan.org>
@@ -27,9 +27,9 @@
/* This is the UDF image. */
#define UDF_IMAGE_PATH "../"
#define UDF_IMAGE "/src2/cd-images/udf/test2.iso"
#define UDF_FILENAME "/parse/cue.L"
#define LOCAL_FILENAME "cue.L"
#define UDF_IMAGE "../test/udf102.iso"
#define UDF_FILENAME "/COPYING"
#define LOCAL_FILENAME "copying"
#ifdef HAVE_CONFIG_H
# include "config.h"

View File

@@ -1,6 +1,7 @@
# $Id: Makefile.am,v 1.53 2006/03/26 04:02:35 rocky Exp $
# $Id: Makefile.am,v 1.54 2006/04/17 11:45:22 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein
# <rocky@cpan.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -76,7 +77,8 @@ check_DATA = vcd_demo.right vcd_demo_vcdinfo.right \
bad-cat1.cue bad-cat2.cue bad-cat3.cue \
bad-cat1.toc bad-cat2.toc bad-cat3.toc bad-file.toc \
copying.iso copying.right copying-rr.iso copying-rr.right \
joliet.iso joliet.right joliet-nojoliet.right
joliet.iso joliet.right joliet-nojoliet.right \
udf102.iso
EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \
check_common_fn check_cue.sh.in check_nrg.sh.in \

BIN
test/udf102.iso Normal file

Binary file not shown.