summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/compiler/Makefile')
-rw-r--r--testsuite/tests/perf/compiler/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/Makefile b/testsuite/tests/perf/compiler/Makefile
index 7d8e96fd44..b27c842e91 100644
--- a/testsuite/tests/perf/compiler/Makefile
+++ b/testsuite/tests/perf/compiler/Makefile
@@ -2,8 +2,12 @@ TOP=../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
-.PHONY: T4007
+.PHONY: T4007 T16473
T4007:
$(RM) -f T4007.hi T4007.o
'$(TEST_HC)' $(TEST_HC_OPTS) -c -O -ddump-rule-firings T4007.hs
+T16473:
+ $(RM) -f T16473.hi T16473.o
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c -O -ddump-rule-firings T16473.hs
+