Skip to content
Snippets Groups Projects
Commit 92e9ccd2 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add parser-tests-accept make rule

parent 0a451a6c
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,9 @@ check-tests :
parser-tests :
$(CABALRUN) parser-tests -- --cwd Cabal ${TEST}
parser-tests-accept :
$(CABALRUN) parser-tests -- --cwd Cabal --accept ${TEST}
custom-setup-tests :
$(CABALRUN) custom-setup-tests --
......
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