summaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
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) $<