Re: [dpdk-dev] [PATCH 1/4] test: move tests to separate folder

2017-02-16 Thread Bruce Richardson
On Wed, Feb 15, 2017 at 03:26:29PM +, Ferruh Yigit wrote: > This is to logically group unit tests into their own folder separating > them from "app" folder. > > Hopefully this will make the unit test in DPDK more visible. > > Following binaries moved to "test" folder: > cmdline-test > test-ac

[dpdk-dev] [PATCH 1/4] test: move tests to separate folder

2017-02-15 Thread Ferruh Yigit
This is to logically group unit tests into their own folder separating them from "app" folder. Hopefully this will make the unit test in DPDK more visible. Following binaries moved to "test" folder: cmdline-test test-acl test-pipeline test <-- various DPDK unit tests Signed-off-by: Ferruh Yigi