diff options
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/Makefile')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/annotations/Makefile b/testsuite/tests/ghc-api/annotations/Makefile index 69ce026d66..0fe24e72e9 100644 --- a/testsuite/tests/ghc-api/annotations/Makefile +++ b/testsuite/tests/ghc-api/annotations/Makefile @@ -14,6 +14,7 @@ clean: rm -f t10278 rm -f t10354 rm -f t10396 + rm -f t10399 annotations: rm -f annotations.o annotations.hi @@ -129,3 +130,10 @@ T10354: ./t10354 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`" .PHONY: t10354 + +t10399: + rm -f t10399.o t10399.hi + '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc t10399 + ./t10399 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`" + +.PHONY: t10399 |