Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d8e7451dc3414cfc43a7622e5f0051a5ac5e94a2
/
.
/
llvm
/
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
;