Re: [PATCH] Add selftests to selftest.c

2016-08-11 Thread Jeff Law
On 08/09/2016 07:25 PM, David Malcolm wrote: This patch adds some initial selftesting of selftest.c/h itself. This may seem like overdoing it, but I have some followup patches that add non-trivial logic to selftest.c, which we should verify, so it makes sense to test the existing functionality an

[PATCH] Add selftests to selftest.c

2016-08-09 Thread David Malcolm
This patch adds some initial selftesting of selftest.c/h itself. This may seem like overdoing it, but I have some followup patches that add non-trivial logic to selftest.c, which we should verify, so it makes sense to test the existing functionality and then build on that. Successfully bootstrappe