Look for site.exp in the build directory, not the source directory.
authorDuncan Sands <baldrick@free.fr>
Mon, 16 Apr 2007 16:45:12 +0000 (16:45 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 16 Apr 2007 16:45:12 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36138 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index c4212592cfea6917619aca0be2da5c530b35b2a1..14f9dad2d61d8798cafbd9a4dc03f62709aa8019 100644 (file)
@@ -48,7 +48,7 @@ CLEANED_TESTONE := $(patsubst test/%,%,$(CLEANED_TESTONE))
 SUBDIR := $(shell dirname $(CLEANED_TESTONE))
 TESTPATH := $(LLVM_SRC_ROOT)/test/$(CLEANED_TESTONE)
 check-one: site.exp $(TCLSH)
-       $(Verb)( echo "source $(LLVM_SRC_ROOT)/test/site.exp" ; \
+       $(Verb)( echo "source $(LLVM_OBJ_ROOT)/test/site.exp" ; \
          echo "set subdir $(SUBDIR)" ; \
          echo "proc pass  { msg } { puts \"PASS: \$$msg\" } "; \
          echo "proc fail  { msg } { puts \"FAIL: \$$msg\" }" ; \