Re: [PATCH wayland-protocols] test: add make check

2015-12-22 Thread Derek Foreman
On 22/12/15 01:15 PM, Quentin Glidic wrote: > On 22/12/2015 19:19, Derek Foreman wrote: >> We can now test all the protocol files by running make check (or >> distcheck) >> which will pass them through the scanner. >> >> Signed-off-by: Derek Foreman >> --- >> Changes from v1: >> Use #~/bin/sh -e a

Re: [PATCH wayland-protocols] test: add make check

2015-12-22 Thread Quentin Glidic
On 22/12/2015 19:19, Derek Foreman wrote: We can now test all the protocol files by running make check (or distcheck) which will pass them through the scanner. Signed-off-by: Derek Foreman --- Changes from v1: Use #~/bin/sh -e and drop the && from each line in the script Discover the scanner's

[PATCH wayland-protocols] test: add make check

2015-12-22 Thread Derek Foreman
We can now test all the protocol files by running make check (or distcheck) which will pass them through the scanner. Signed-off-by: Derek Foreman --- Changes from v1: Use #~/bin/sh -e and drop the && from each line in the script Discover the scanner's location and use it .gitignore| 3 +++