diff --git a/test/Makefile.am b/test/Makefile.am index 76ab0ae4..71f8ee16 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 # @@ -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)\" diff --git a/test/testisocd b/test/testisocd new file mode 100755 index 00000000..f203a768 Binary files /dev/null and b/test/testisocd differ