diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-16 17:41:56 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-18 01:01:53 +0200 |
commit | ac0feece3659c41d546f8e519d05e2167d3b3cc4 (patch) | |
tree | f220c89f78975374c0a5bf84761c68ec10b8feb1 /testsuite/tests/annotations | |
parent | 0d4b0742f33dc6f358d89aa52b8c8b5e39892a4a (diff) | |
download | haskell-ac0feece3659c41d546f8e519d05e2167d3b3cc4.tar.gz |
Testsuite: small test cleanups
* don't print anything to stdout
* add missing Makefile
* also ignore mk/ghcconfig*.mk when using installed compiler
* prevent warning: -rtsopts and -with-rtsopts have no effect with -shared
Diffstat (limited to 'testsuite/tests/annotations')
-rw-r--r-- | testsuite/tests/annotations/should_run/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_run/Makefile b/testsuite/tests/annotations/should_run/Makefile index 71e065f76b..49339a5d1e 100644 --- a/testsuite/tests/annotations/should_run/Makefile +++ b/testsuite/tests/annotations/should_run/Makefile @@ -6,7 +6,6 @@ CONFIG_HS=Config.hs config : rm -f $(CONFIG_HS) - @echo "Creating $(CONFIG_HS) ... " echo "module Config where" >>$(CONFIG_HS) echo "cTop :: String" >> $(CONFIG_HS) echo 'cTop = "$(subst \,\\,$(shell '$(TEST_HC)' --print-libdir))"' >> $(CONFIG_HS) |