Re: make test
- Posted by ne1uno Feb 26, 2011
- 1337 views
ne1uno said...
jaygade said...
How can we get a good summary from "make test"?
there is another target, make report that will create a html report
looks like the report target is just in the watcom makefile,
add -log option after eutest in the make test target.
then when the tests are done. the watcom makefile calls this line
$(EUTEST) -process-log -html > ..\reports\report.html