contrib/objcwrapper: check-gnustep parse many headers at once
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 1 Sep 2015 20:24:37 +0000 (16:24 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 3 Sep 2015 14:32:31 +0000 (10:32 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/objcwrapper/Makefile

index 5976a83..e248fb1 100644 (file)
@@ -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