test/hash: add missing file in meson build
authorYipeng Wang <yipeng1.wang@intel.com>
Fri, 28 Sep 2018 14:11:08 +0000 (07:11 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Oct 2018 21:59:46 +0000 (23:59 +0200)
commit5437d81dbb5810939244ef231e928d4cf28a3551
treef2f9c55ca12883db49e92955b0a86d085cc0c834
parentb2f1f3c02148af2a490802d271842f1c1e80df3d
test/hash: add missing file in meson build

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: stable@dpdk.org
Signed-off-by: Yipeng Wang <yipeng1.wang@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
test/test/meson.build