From: Jean Privat Date: Sat, 22 Aug 2015 02:54:58 +0000 (-0400) Subject: check_contrib: also check lib X-Git-Tag: v0.7.8~70^2~3 X-Git-Url: http://nitlanguage.org check_contrib: also check lib Signed-off-by: Jean Privat --- diff --git a/misc/jenkins/check_contrib.sh b/misc/jenkins/check_contrib.sh index 320dac8..4b481e3 100755 --- a/misc/jenkins/check_contrib.sh +++ b/misc/jenkins/check_contrib.sh @@ -13,12 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Check the build and the execution of software in examples/ and contrib/ +# Check the build and the execution of software in lib/, examples/ and contrib/ # The script must be run from the root Nit directory. # # various .xml junit file will be generated in the root directory for jenkins. -projects=`echo examples/*/Makefile contrib/*/Makefile` +projects=`echo lib/*/Makefile examples/*/Makefile contrib/*/Makefile` failed= for p in $projects; do