W dniu 2015-11-04 00:48, Xue Fuqiao napisał(a):
On Sun, Nov 1, 2015 at 7:17 PM, Przemysław Wojnowski
Gradle
(https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_test)
It seems that Gradle has both "gradle check" and "gradle test", but
with
different semantics. So maybe an alias for "make check" will confuse
Gradle users. I'm not familiar with Gradle, tho.
The difference is:
- "gradle test" runs only tests
- "gradle check" runs tests and other verifications task added by other
plugins (e.g. static code analysis).