Re: [dpdk-dev] [PATCH v3 4/5] test/hash: fix missing file in meson build file

2018-09-27 Thread Bruce Richardson
On Wed, Sep 26, 2018 at 05:54:24AM -0700, Yipeng Wang wrote: > The test_hash_readwrite.c was not in the meson.build file. This > commit adds the missing test into the file. > > Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") > Cc: sta...@dpdk.org > > Signed-off-by: Yipeng W

[dpdk-dev] [PATCH v3 4/5] test/hash: fix missing file in meson build file

2018-09-26 Thread Yipeng Wang
The test_hash_readwrite.c was not in the meson.build file. This commit adds the missing test into the file. Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") Cc: sta...@dpdk.org Signed-off-by: Yipeng Wang --- test/test/meson.build | 1 + 1 file changed, 1 insertion(+) diff