Guest User

Untitled

a guest
Jun 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff --git a/bytecode/clang/test/Makefile b/bytecode/clang/test/Makefile
  2. index 271f46f..635759f 100644
  3. --- a/bytecode/clang/test/Makefile
  4. +++ b/bytecode/clang/test/Makefile
  5. @@ -14,7 +14,7 @@ endif
  6.  
  7. all::
  8. @ echo '--- Running clang tests for $(TARGET_TRIPLE) ---'
  9. - @ PATH=$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$$PATH VG=$(VG) ../utils/test/MultiTestRunner.py $(TESTARGS) $(TESTDIRS)
  10. + @ PATH=$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$$PATH VG=$(VG) $(PROJ_SRC_DIR)/../utils/test/MultiTestRunner.py $(TESTARGS)
  11.  
  12. clean::
  13. @ rm -rf Output/
Add Comment
Please, Sign In to add comment