Skip to content
Snippets Groups Projects
Commit 07dde0c1 authored by Iustin Pop's avatar Iustin Pop
Browse files

hs-coverage: make a symlink hpc_index.html


This allows Apache to display the directory in a nicer way.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent c478f837
No related branches found
No related tags found
No related merge requests found
......@@ -1092,6 +1092,7 @@ hs-coverage: $(haskell_tests)
mkdir -p $(COVERAGE_HS_DIR)
hpc markup --destdir=$(COVERAGE_HS_DIR) htools/test $(HPCEXCL)
hpc report htools/test $(HPCEXCL)
ln -s hpc_index.html $(COVERAGE_HS_DIR)/index.html
# Special "kind-of-QA" target for htools, needs special setup (all
# tools compiled with -fhpc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment