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

2018-01-11 Thread Thomas Monjalon
11/01/2018 11:29, Pavan Nikhilesh: > +Cc: tho...@monjalon.net > On Thu, Jan 11, 2018 at 03:51:46PM +0530, Pavan Nikhilesh wrote: > > Adding common test assertion macros for unit testing. > > Replaced common macros in test/test.h with new RTE_TEST_ASSERT_* macros. > > > > Signed-off-by: Pavan Nikhil

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

2018-01-11 Thread Pavan Nikhilesh
+Cc: tho...@monjalon.net On Thu, Jan 11, 2018 at 03:51:46PM +0530, Pavan Nikhilesh wrote: > Adding common test assertion macros for unit testing. > Replaced common macros in test/test.h with new RTE_TEST_ASSERT_* macros. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Jerin Jacob > --- > > v5 Cha

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

2018-01-11 Thread Pavan Nikhilesh
Adding common test assertion macros for unit testing. Replaced common macros in test/test.h with new RTE_TEST_ASSERT_* macros. Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob --- v5 Changes: - rebase patchset - remove duplication between test/test/test.h and rte_test.h by mapping RT