Re: [dpdk-dev] [PATCH v4 01/11] eal: add common test assert macros

2018-01-10 Thread Pavan Nikhilesh
On Wed, Jan 10, 2018 at 09:20:06PM +0100, Thomas Monjalon wrote: > 08/01/2018 14:47, Pavan Nikhilesh: > > Adding common test assertion macros for unit testing. > > Taken from test/test.h. > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by: Jerin Jacob > > --- > > lib/librte_eal/common/Makefile

Re: [dpdk-dev] [PATCH v4 01/11] eal: add common test assert macros

2018-01-10 Thread Thomas Monjalon
08/01/2018 14:47, Pavan Nikhilesh: > Adding common test assertion macros for unit testing. > Taken from test/test.h. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Jerin Jacob > --- > lib/librte_eal/common/Makefile | 2 +- > lib/librte_eal/common/include/rte_test.h | 69 > ++