On Oct 30, 2014, at 8:43 AM, Ben Pfaff wrote:
> On Wed, Oct 29, 2014 at 11:41:48AM -0700, Jarno Rajahalme wrote:
>> ./configure accepts --enable-ndebug option. Make ovs_assert() honor
>> it, and make sure all test programs disable it.
>>
>> The order of include files in test programs is also m
On Wed, Oct 29, 2014 at 11:41:48AM -0700, Jarno Rajahalme wrote:
> ./configure accepts --enable-ndebug option. Make ovs_assert() honor
> it, and make sure all test programs disable it.
>
> The order of include files in test programs is also made uniform:
>
> 1. #include
> 2. #undef NDEBUG
> 3.
./configure accepts --enable-ndebug option. Make ovs_assert() honor
it, and make sure all test programs disable it.
The order of include files in test programs is also made uniform:
1. #include
2. #undef NDEBUG
3. Include file of the test subject (to make sure it itself has
sufficient includ