Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Cleanup top-level dir #69
Browse files Browse the repository at this point in the history
  • Loading branch information
timvieira committed Aug 15, 2013
1 parent 943406c commit cf95fd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: $(VERFILE)

test tests: build
dist/build/dyna-selftests/dyna-selftests
./run-doctests.py
misc/dyna-doctest.py
# cabal test

# Compilation takes a while; for faster iteration while developing,
Expand Down Expand Up @@ -141,6 +141,6 @@ tags TAGS:
hasktags -b src

coverage:
(coverage run run-doctests.py \
; coverage html --include 'src/*' -d coverage-report \
(coverage run --rcfile misc/coveragerc misc/dyna-doctest.py \
; coverage html --rcfile misc/coveragerc --include 'src/*' -d coverage-report \
; gnome-open coverage-report/index.html)
File renamed without changes.
File renamed without changes.

0 comments on commit cf95fd0

Please sign in to comment.