This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make check in itcl



Hi Syd,

as discussed here's a patch to handle make check like make test.

Andreas

2000-04-29  Andreas Jaeger  <aj@suse.de>

	* Makefile.in (check): Handle make check like make test.

Index: itcl/Makefile.in
===================================================================
RCS file: /cvs/src/src/itcl/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile.in
--- Makefile.in	2000/02/07 00:19:46	1.1.1.1
+++ Makefile.in	2000/05/01 17:48:19
@@ -28,7 +28,7 @@
 		then true; else exit 1; fi \
 	done;
 
-test:
+test check:
 	for dir in $(subdirs) ; do \
 		if (echo "Making in $$dir"; cd $$dir && $(MAKE) $@); \
 		then true; else exit 1; fi \

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]