-
Notifications
You must be signed in to change notification settings - Fork 10
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
build failed when no Test file was created #39
Comments
Currently the semantics are: when testing, the absence of tests is considered an error. If you want to build without testing, you can use the -x flag. Cheers sent from:mobile
|
otherwise gradle build will fail due to Frege/frege-gradle-plugin#39
When there is no test file in the project I get the following result:
(I've removed some parts of the log with path names inside my home directory.
<PATH_TO_PROJECT>
was an absolute path)However, If I add a file
src/test/frege/mypackage/Test1.fr
with this content:With this empty QuickCheck test the build runs without errors.
My expectation would be that the quickcheck task is skipped without errors when no tests are available.
The text was updated successfully, but these errors were encountered: