[PATCH] Simple testsuite for MIG.

2016-03-22 Thread Flavio Cruz
This includes a set of valid and invalid definition files that MIG will try to process. For valid definitions, GCC will compile the stubs to check if valid C code was generated. * Makefile.am: Add test target and new files that need to cleaned. * tests/includes/*.h: Test header files that are incl

Re: [PATCH] Use uint32_t instead of unsigned32_t.

2016-03-22 Thread Samuel Thibault
Flavio Cruz, on Sun 20 Mar 2016 22:01:10 +0100, wrote: > I've tried to compile GNU Mach using stdint.h and > -ffreestanding and so far so good, however I'm not sure if removing > -nostdinc is a good idea since we may include some files from > /usr/include that should not included (things like sys/t