From b7d9b0a336d1e21fc80568070735681b65894be5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 1 Sep 2015 16:24:37 -0400 Subject: [PATCH] contrib/objcwrapper: check-gnustep parse many headers at once MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/objcwrapper/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/objcwrapper/Makefile b/contrib/objcwrapper/Makefile index 5976a83..e248fb1 100644 --- a/contrib/objcwrapper/Makefile +++ b/contrib/objcwrapper/Makefile @@ -24,7 +24,7 @@ check: bin/objc_test_parser bin/objcwrapper # Test on classes of libgnustep-base-dev check-gnustep: bin/objcwrapper - bin/objcwrapper /usr/include/GNUstep/Foundation/NSArray.h -o tests/nsarray.nit -p "-I /usr/include/GNUstep/ -Wno-deprecated" + bin/objcwrapper /usr/include/GNUstep/Foundation/*.h -o tests/gnustep.nit -p "-I /usr/include/GNUstep/ -Wno-deprecated -Wno-cpp" ../../bin/nitpick tests/nsarray.nit # Test on classes of the Apple Foundation framework -- 1.7.9.5