Skip to content

Commit 6dffd79

Browse files
committed
check: use --enable-tests with new tests
haskell/cabal#5079 Signed-off-by: Tycho Andersen <[email protected]>
1 parent 00fb2bf commit 6dffd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ lint:
6464

6565
.PHONY: htests
6666
htests:
67-
$(CABAL) new-test
67+
$(CABAL) new-test --enable-tests
6868

6969
check: xcffib lint htests
7070
nosetests -d -v

0 commit comments

Comments
 (0)