Merge: Check contrib
authorJean Privat <jean@pryen.org>
Wed, 15 Apr 2015 03:34:05 +0000 (10:34 +0700)
committerJean Privat <jean@pryen.org>
Wed, 15 Apr 2015 03:34:05 +0000 (10:34 +0700)
commitfb538805bf6f771756434aa50fed35f9c2e1cf23
tree10e85dab2052812da26a3df39a9217ab4c2ac9ff
parentd78b0c5273bd3d8547b1f3c6afa84c5a0fc0e8a0
parent68001129fda9195739518c9df56e1b029be4ca85
Merge: Check contrib

Add a script `misc/jenkins/check_contrib.sh` to automatically compile and tests things in contrib and examples.

New (and existing) programs in these directory should try to add some basic (or extensive) checking.

Note that I used the name `check` that is the standard name for Makefiles (`tests` seems to be an invention of myself) http://www.gnu.org/software/make/manual/make.html#Standard-Targets

Pull-Request: #1259
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>