Re: [dpdk-dev] [PATCH] devtools: add test build to default build

2017-04-06 Thread Thomas Monjalon
2017-03-27 15:35, Ferruh Yigit: > Test build removed from default build, it needs to be added explicitly > to the test-build script. > > Fixes: 7d3b1ec47fae ("test: move unit tests to separate directory") > > Signed-off-by: Ferruh Yigit Bruce's version has been picked: http://dpdk.org/p

[dpdk-dev] [PATCH] devtools: add test build to default build

2017-03-27 Thread Ferruh Yigit
Test build removed from default build, it needs to be added explicitly to the test-build script. Fixes: 7d3b1ec47fae ("test: move unit tests to separate directory") Signed-off-by: Ferruh Yigit --- devtools/test-build.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/de