Print a message when tests fail
parent
636873a41c
commit
8d5135682f
basis/tools/test
|
@ -12,6 +12,7 @@ SYMBOL: failures
|
|||
error-continuation get 3array ;
|
||||
|
||||
: failure ( error what -- )
|
||||
"--> test failed!" print
|
||||
<failure> failures get push ;
|
||||
|
||||
SYMBOL: this-test
|
||||
|
|
Loading…
Reference in New Issue