summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/Makefile')
-rw-r--r--testsuite/tests/printer/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/printer/Makefile b/testsuite/tests/printer/Makefile
index 6e7b5bcd10..6be7545752 100644
--- a/testsuite/tests/printer/Makefile
+++ b/testsuite/tests/printer/Makefile
@@ -547,3 +547,13 @@ PprRecordDotSyntax4:
PprRecordDotSyntaxA:
$(CHECK_PPR) $(LIBDIR) PprRecordDotSyntaxA.hs
$(CHECK_EXACT) $(LIBDIR) PprRecordDotSyntaxA.hs
+
+.PHONY: CommentsTest
+CommentsTest:
+ $(CHECK_PPR) $(LIBDIR) CommentsTest.hs
+ $(CHECK_EXACT) $(LIBDIR) CommentsTest.hs
+
+.PHONY: InTreeAnnotations1
+InTreeAnnotations1:
+ $(CHECK_PPR) $(LIBDIR) InTreeAnnotations1.hs
+ $(CHECK_EXACT) $(LIBDIR) InTreeAnnotations1.hs