Add test of reading an ISO 9660 CD.

This commit is contained in:
rocky
2006-03-26 04:02:35 +00:00
parent 393af6efc3
commit 9e599d15d5
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.52 2006/03/07 02:38:44 rocky Exp $
# $Id: Makefile.am,v 1.53 2006/03/26 04:02:35 rocky Exp $
#
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
#
@@ -29,7 +29,8 @@ testparanoia=testparanoia
testparanoia_LDADD = $(LIBCDIO_PARANOIA_LIBS) $(LIBCDIO_CDDA_LIBS) $(LIBCDIO_LIBS)
endif
hack = check_sizeof testassert testbincue testischar testiso9660 \
hack = check_sizeof testassert testbincue testischar \
testisocd testiso9660 \
$(testparanoia) testtoc
noinst_PROGRAMS = $(hack) testdefault
@@ -42,6 +43,8 @@ testdefault_LDADD = $(LIBCDIO_LIBS)
testischar_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV)
testiso9660_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV)
testisocd_LDADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS) $(LIBICONV)
testtoc_LDADD = $(LIBCDIO_LIBS)
testtoc_CFLAGS = -DTEST_DIR=\"$(srcdir)\"