merge two tests.
[oota-llvm.git] / test / LLVMC / HookWithArguments.td
index 0f7c3797cb449825e57f8174de5130dcb29e510a..3bdb3eeb9d43f22575a83f0b583cc84a71254caf 100644 (file)
@@ -1,5 +1,5 @@
 // Check that hooks with arguments work.
-// RUN: tblgen -I $srcroot/include --gen-llvmc %s -o %t
+// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: grep {Hook(const char\\* Arg0, const char\\* Arg1, const char\\* Arg2);} %t | count 1
 // RUN: grep "/path" %t | count 1
 // RUN: grep "VARIABLE" %t | count 1