[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Tue Jul 12 17:35:26 PDT 2005
Changes in directory llvm/test:
Makefile updated: 1.83 -> 1.84
---
Log message:
Add a test that runs the ParallelJIT example program to ensure that the
JIT can run against a multi-threaded program without getting its data
structures messed up. Also had to add the examples directory to the path
for the tests so that ParallelJIT can be found.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.83 llvm/test/Makefile:1.84
--- llvm/test/Makefile:1.83 Fri May 20 20:29:30 2005
+++ llvm/test/Makefile Tue Jul 12 19:35:12 2005
@@ -28,7 +28,7 @@
endif
check-local:: site.exp
- PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
+ PATH="$(LLVMToolDir):$(LLVMExmplDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
$(RUNTEST) $(RUNTESTFLAGS)
clean::
More information about the llvm-commits
mailing list