|
From: | Przemysław Wojnowski |
Subject: | Re: About the Makefile target "check" |
Date: | Wed, 04 Nov 2015 13:38:57 +0100 |
User-agent: | Roundcube Webmail |
W dniu 2015-11-04 00:48, Xue Fuqiao napisał(a):
On Sun, Nov 1, 2015 at 7:17 PM, Przemysław WojnowskiGradle (https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_test)It seems that Gradle has both "gradle check" and "gradle test", but withdifferent 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).
[Prev in Thread] | Current Thread | [Next in Thread] |