Re: [PATCH] test: add make check

2015-12-21 Thread Jonas Ã…dahl
On Mon, Dec 21, 2015 at 02:48:49PM -0600, 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 > --- > .gitignore | 3 +++ > Makefile.am | 6 ++ > test/scan.sh | 5 ++

Re: [PATCH] test: add make check

2015-12-21 Thread Emmanuel Gil Peyrot
On Mon, Dec 21, 2015 at 02:48:49PM -0600, 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 > --- > .gitignore | 3 +++ > Makefile.am | 6 ++ > test/scan.sh | 5 ++

Re: [PATCH] test: add make check

2015-12-21 Thread Derek Foreman
Oops, this should've been [PATCH wayland-protocols]... On 21/12/15 02:48 PM, 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 > --- > .gitignore | 3 +++ > Makefile.a

[PATCH] test: add make check

2015-12-21 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 --- .gitignore | 3 +++ Makefile.am | 6 ++ test/scan.sh | 5 + 3 files changed, 14 insertions(+) create mode 100755 test/scan.sh diff -