merge two tests.
[oota-llvm.git] / test / LLVMC / NoActions.td
index 43fd0079eee2d47b20bebd48c75a85ff23655e2d..2a4a7495ab0b4486c9926a67472c73a70d630802 100644 (file)
@@ -1,10 +1,10 @@
 // Check that tools without associated actions are accepted.
-// RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep dummy_tool
+// RUN: tblgen -I %p/../../include --gen-llvmc %s | grep dummy_tool
 
 include "llvm/CompilerDriver/Common.td"
 
 def dummy_tool : Tool<[
-(cmd_line "dummy_cmd"),
+(cmd_line "dummy_cmd $INFILE"),
 (in_language "dummy"),
 (out_language "dummy")
 ]>;