Greetings,

I am running a suite of unit tests with the following code:

~~~
USING:
  tools.test

  examples.combinators
  examples.tuples
;

IN: testsuite

: test-examples ( -- ) "examples" test ;

MAIN: test-examples
~~~

This correctly runs examples/combinators-tests.factor and
examples/tuples-tests.factor. However, the output just scrolls by and
there is no summary at the end. I have to scroll back through the
output to find out whether there were any failures.

Is there a way to run a suite of unit tests and get a clearer
PASS/FAIL summary at the end of the output?

Thanks in advance for your help, much appreciated!

Fred Daoud

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to