Skip to content

Commit

Permalink
check: use --enable-tests with new tests
Browse files Browse the repository at this point in the history
haskell/cabal#5079

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Sep 10, 2020
1 parent 00fb2bf commit 6dffd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lint:

.PHONY: htests
htests:
$(CABAL) new-test
$(CABAL) new-test --enable-tests

check: xcffib lint htests
nosetests -d -v
Expand Down

0 comments on commit 6dffd79

Please sign in to comment.