[lng-odp] [PATCH 0/4] add ability to mark tests as inactive

2015-09-16 Thread Stuart Haslam
This series adds the ability to skip individual test cases either at compile time or conditionally at run time. There's no functional change since none of the existing tests use this facility. There are a few checkpatch warnings about camel case due to the names of CUnit structure elements, but

Re: [lng-odp] [PATCH 0/4] add ability to mark tests as inactive

2015-09-16 Thread Christophe Milard
On 2015-09-16 10:41, Stuart Haslam wrote: > This series adds the ability to skip individual test cases either at > compile time or conditionally at run time. There's no functional change > since none of the existing tests use this facility. > > There are a few checkpatch warnings about camel case