Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b51a0806db1a717090cb2a2afc3e9634d536f09
/
.
/
projects
/
Stacker
/
test
/
testing.st
blob: a5e32be84cf1b5cdcdbefc0faac28c652506d78b [
file
] [
log
] [
blame
]
#
# Common definitions for testing
#
:
success
"Success"
>
s CR
0
EXIT
;
:
failure
"Failure"
>
s CR
1
EXIT
;