summaryrefslogtreecommitdiff
path: root/projects/Stacker/test/testing.st
blob: a5e32be84cf1b5cdcdbefc0faac28c652506d78b (plain)
1
2
3
4
5
#
# Common definitions for testing
#
: success "Success" >s CR 0 EXIT ;
: failure "Failure" >s CR 1 EXIT ;