check_contrib: also check lib
authorJean Privat <jean@pryen.org>
Sat, 22 Aug 2015 02:54:58 +0000 (22:54 -0400)
committerJean Privat <jean@pryen.org>
Sat, 22 Aug 2015 02:54:58 +0000 (22:54 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

misc/jenkins/check_contrib.sh

index 320dac8..4b481e3 100755 (executable)
 # 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