Re: [dpdk-dev] [PATCH v2 1/2] test: use env variable to run test if set

2017-12-20 Thread Bruce Richardson
On Wed, Dec 20, 2017 at 11:16:31AM +, Harry van Haaren wrote: > This commit paves the way for the meson tests in the next > patch. With this patch the test binary checks the DPDK_TEST > environment variable and if set, the contents of the var > are inserted on the test app command line, and run

[dpdk-dev] [PATCH v2 1/2] test: use env variable to run test if set

2017-12-20 Thread Harry van Haaren
This commit paves the way for the meson tests in the next patch. With this patch the test binary checks the DPDK_TEST environment variable and if set, the contents of the var are inserted on the test app command line, and run. This allows testing of various different unit tests without manual inte