Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
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
;