Re: [dpdk-dev] [PATCH v6 0/5] create different meson test targets

2019-01-18 Thread Thomas Monjalon
18/01/2019 18:40, Hari Kumar Vemula: > v6: Rebased > v5: Renamed test suite names > Removed quit and devargs_autotest from test list > v4: Removed test from file prefix > v3: Updated testcase names in file prefix option > v2: Divided fast-test list into two lists > -- > > Hari Kumar Vemula (5)

[dpdk-dev] [PATCH v6 0/5] create different meson test targets

2019-01-18 Thread Hari Kumar Vemula
1/5: remove existing test cases to reorganize further 2/5: add fast-tests suite to meson targets 3/5: add perf-tests suite to meson targets 4/5: add driver-tests suite to meson targets 5/5: add debug-tests suite to meson targets -- v6: Rebased v5: Renamed test suite names Removed quit and deva