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


I checked it into sourceware; however, on second look, I don't think it 
will work. When you run "make check" from the toplevel, you need to run 
"make test" in the itcl subdirectories.

+test check:
>         for dir in $(subdirs) ; do \
>                 if (echo "Making in $$dir"; cd $$dir && $(MAKE) $@); \
>                 then true; else exit 1; fi \

This just runs "make check" in the sub-directories, which will fail, right?

Should be

                 if (echo "Making in $$dir"; cd $$dir && $(MAKE) test); \




Syd Polk
Engineering Manager
Cygnus Solutions,a Red Hat company



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