summaryrefslogtreecommitdiff
path: root/testsuite/tests/hpc/Makefile
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-03-03 23:03:44 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-03-09 20:37:12 +0100
commitf9344f3646156a9efff2dcfb90e1d5d67fd4f5a1 (patch)
tree43839902d1ae9998751a26c3c0f8f6b28cefdbcc /testsuite/tests/hpc/Makefile
parentd01844f145263a038235684900bc7228a799ca6d (diff)
downloadhaskell-f9344f3646156a9efff2dcfb90e1d5d67fd4f5a1.tar.gz
Fix `ghc --make -fhpc` with imported lhs modules
See Note [Don't normalise input filenames] in `compiler/main/DriverPipeline.hs`. Fixes #2991. Reviewers: austin Differential Revision: https://phabricator.haskell.org/D701
Diffstat (limited to 'testsuite/tests/hpc/Makefile')
-rw-r--r--testsuite/tests/hpc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/hpc/Makefile b/testsuite/tests/hpc/Makefile
new file mode 100644
index 0000000000..9a36a1c5fe
--- /dev/null
+++ b/testsuite/tests/hpc/Makefile
@@ -0,0 +1,3 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+include $(TOP)/mk/test.mk