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