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


>>>>> Syd Polk writes:

Syd> Actually, "make check" is supposed to run tests. "make test" should be a valid
Syd> target for itcl. Shouldn't this map "make check" to "make test"?

Yes, it should.  I didn't notice that make test was valid :-(.  Shall
I send a new patch to add "check" to the test target?

Andreas

Syd> Andreas Jaeger wrote:
>> 
>> Running make check with the whole sourceware tree checked out results
>> in:
>> 
>> make[1]: Leaving directory `/usr/src/build-gdb/intl'
>> make[1]: Entering directory `/usr/src/build-gdb/itcl'
>> make[1]: *** No rule to make target `check'.
>> 
>> We should ignore check in itcl.  Please apply the appended patch.
>> 
>> Andreas
>> 
>> 2000-04-29  Andreas Jaeger  <aj@suse.de>
>> 
>> * Makefile.in (check): Add rule to ignore make check.
>> 
>> 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/04/29 14:20:10
>> @@ -70,7 +70,7 @@
>> then true; else exit 1; fi \
>> done;
>> 
>> -install-info info install-check:
>> +install-info info install-check check:
>> 
>> clean:
>> for dir in $(subdirs) ; do \
>> 
>> --
>> Andreas Jaeger
>> SuSE Labs aj@suse.de
>> private aj@arthur.rhein-neckar.de


-- 
 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]