From 8acffa7dd56faf91c0fb4f401bc61658ed824cfc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 10 Nov 2009 02:41:17 +0000 Subject: lit: Add ExampleTests, for testing lit and demonstrating test suite features. llvm-svn: 86654 --- llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll (limited to 'llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll') diff --git a/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll b/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll new file mode 100644 index 00000000000..61240ba4594 --- /dev/null +++ b/llvm/utils/lit/ExampleTests/TclTest/tcl-redir-1.ll @@ -0,0 +1,7 @@ +; RUN: echo 'hi' > %t.1 | echo 'hello' > %t.2 +; RUN: not grep 'hi' %t.1 +; RUN: grep 'hello' %t.2 + + + + -- cgit v1.2.3