-
Notifications
You must be signed in to change notification settings - Fork 711
Allow new-run test-suites and benchmarks #4684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related discussion in #3638 (comment) and #4643 (comment) |
11 tasks
fgaz
added a commit
to fgaz/cabal
that referenced
this issue
Nov 9, 2017
This is especially useful for passing arguments to a single test suite Closes haskell#4684.
fgaz
added a commit
to fgaz/cabal
that referenced
this issue
Dec 19, 2017
This is especially useful for passing arguments to a single test suite Closes haskell#4684.
fgaz
added a commit
to fgaz/cabal
that referenced
this issue
Jan 6, 2018
This is especially useful for passing arguments to a single test suite Closes haskell#4684.
fgaz
added a commit
to fgaz/cabal
that referenced
this issue
Jan 9, 2018
This is especially useful for passing arguments to a single test suite Closes haskell#4684.
fgaz
added a commit
to fgaz/cabal
that referenced
this issue
Jan 9, 2018
This is especially useful for passing arguments to a single test suite Closes haskell#4684.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.
IMHO way simpler then working with
--test-options
or--bench-options
(whichnew-test
doesn't accept. does it)The text was updated successfully, but these errors were encountered: