summaryrefslogtreecommitdiff
path: root/test/Feature/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/Makefile')
-rw-r--r--test/Feature/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/Makefile b/test/Feature/Makefile
index 2187b9f4d2..f99d6ae655 100644
--- a/test/Feature/Makefile
+++ b/test/Feature/Makefile
@@ -31,9 +31,9 @@ Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
Output/%.mc: Output/%.bc $(LLC)
@echo "======== Generating machine instructions for $<"
$(LLC) -f $(LLCFLAGS) $< > $@ || \
- ( rm -f $@; ./Failure.sh $@ )
+ ( rm -f $@; $(FAILURE) $@ )
Output/%.s: Output/%.bc $(LLC)
@echo "======== Generating assembly code for $<"
$(LLC) -f $(LLCFLAGS) $< -o $@ || \
- ( rm -f $@; ./Failure.sh $@ )
+ ( rm -f $@; $(FAILURE) $@ )