mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 06:26:08 +00:00

This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
RUN: %cpp_compiler %S/CleanseTest.cpp -o %t-CleanseTest
|
|
RUN: echo -n 0123456789ABCDEFGHIZ > %t-in
|
|
RUN: %run %t-CleanseTest -cleanse_crash=1 %t-in -exact_artifact_path=%t-out
|
|
RUN: echo -n ' 1 5 A Z' | diff - %t-out
|