Skip to content

Commit b043757

Browse files
committed
Add parser-tests-accept make rule
1 parent 4293862 commit b043757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ check-tests :
8080
parser-tests :
8181
$(CABALRUN) parser-tests -- --cwd Cabal ${TEST}
8282

83+
parser-tests-accept :
84+
$(CABALRUN) parser-tests -- --cwd Cabal --accept ${TEST}
85+
8386
custom-setup-tests :
8487
$(CABALRUN) custom-setup-tests --
8588

0 commit comments

Comments
 (0)