[PATCH v3 4/5] test/hash: fix missing file in meson build file
From: Yipeng Wang <hidden>
Date: 2018-09-26 19:59:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yipeng Wang <hidden>
Date: 2018-09-26 19:59:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 <redacted>
---
test/test/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test/meson.build b/test/test/meson.build
index b1dd6ec..1826bab 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build@@ -40,6 +40,7 @@ test_sources = files('commands.c', 'test_hash.c', 'test_hash_functions.c', 'test_hash_multiwriter.c', + 'test_hash_readwrite.c', 'test_hash_perf.c', 'test_hash_scaling.c', 'test_interrupts.c',
--
2.7.4