diff options
Diffstat (limited to 'llvm/projects/Stacker/test/testing.st')
-rw-r--r-- | llvm/projects/Stacker/test/testing.st | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/test/testing.st b/llvm/projects/Stacker/test/testing.st new file mode 100644 index 00000000000..a5e32be84cf --- /dev/null +++ b/llvm/projects/Stacker/test/testing.st @@ -0,0 +1,5 @@ +# +# Common definitions for testing +# +: success "Success" >s CR 0 EXIT ; +: failure "Failure" >s CR 1 EXIT ; |