[Expat-checkins] CVS: expat Makefile.in,1.13,1.14 configure.in,1.19,1.20

Fred L. Drake fdrake@users.sourceforge.net
Fri, 17 Aug 2001 12:23:04 -0700


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv7124

Modified Files:
	Makefile.in configure.in 
Log Message:

Update so the tests will be run by "make check".


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.in	2001/07/26 21:57:57	1.13
--- Makefile.in	2001/08/17 19:23:02	1.14
***************
*** 141,147 ****
  
  check:	$(SUBDIRS)
! 	@echo
! 	@echo This package does not yet have a regression test.
! 	@echo
  
  $(DISTRIBUTION): distdir
--- 141,145 ----
  
  check:	$(SUBDIRS)
! 	(cd tests && $(MAKE) check)
  
  $(DISTRIBUTION): distdir

Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** configure.in	2001/07/26 21:57:57	1.19
--- configure.in	2001/08/17 19:23:02	1.20
***************
*** 109,111 ****
--- 109,114 ----
      OUTPUT="$OUTPUT examples/Makefile"
  fi
+ if test -d ${srcdir}/tests; then
+     OUTPUT="$OUTPUT tests/Makefile"
+ fi
  AC_OUTPUT($OUTPUT)