summaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-14 23:25:23 +0000
committerChris Lattner <sabre@nondot.org>2002-07-14 23:25:23 +0000
commit98482c3ba755654215619a3493ee408edbc30d71 (patch)
tree82c0cf111ee24d66cb683b1c9173430dcd1f7b77 /test/Assembler
parent161036fd2259836903b4cd39096cfbd93198a020 (diff)
downloadexternal_llvm-98482c3ba755654215619a3493ee408edbc30d71.zip
external_llvm-98482c3ba755654215619a3493ee408edbc30d71.tar.gz
external_llvm-98482c3ba755654215619a3493ee408edbc30d71.tar.bz2
Minor rename of output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Assembler/Makefile b/test/Assembler/Makefile
index 44bc441..f931c40 100644
--- a/test/Assembler/Makefile
+++ b/test/Assembler/Makefile
@@ -16,8 +16,8 @@ Output/%.tbc: %.ll $(LAS) Output/.dir
$(LAS) -d -f $< -o $@ > /dev/null 2>&1 || \
( rm -f $@; $(FAILURE) $@ )
-all:: $(addprefix Output/, $(FTESTS:%.llx=%.ll.out))
+all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
-Output/%.ll.out: %.llx Output/.dir $(LAS)
+Output/%.llx.out: %.llx Output/.dir $(LAS)
-$(TESTRUNR) $<