Break most of the larger regression tests into a separate package.

This commit is contained in:
rocky
2003-04-19 19:12:06 +00:00
parent cc0ae6428d
commit 1121be4e45
16 changed files with 125 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
AC_REVISION([$Id: configure.ac,v 1.10 2003/04/19 08:29:14 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.11 2003/04/19 19:12:06 rocky Exp $])dnl
AC_INIT(lib/cdio.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(libcdio, 0.2)
AM_INIT_AUTOMAKE(libcdio, 0.3)
AM_SANITY_CHECK
@@ -215,6 +215,7 @@ AC_OUTPUT([ \
Makefile \
include/Makefile \
include/cdio/Makefile \
include/cdio/cdio.h \
lib/Makefile \
src/Makefile \
tests/check_opts.sh \