devtools: fix test of some build options
authorThomas Monjalon <thomas@monjalon.net>
Tue, 12 Feb 2019 22:20:37 +0000 (23:20 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 24 Feb 2019 22:24:18 +0000 (23:24 +0100)
commit8fdac86abd2fe5a5a7fa332066b2ceeffca52d37
tree9f8b1c328a7aa529a914f47975b1f6a857201238
parentfbe71342344bcea09b03cb3b9760b38a1a515002
devtools: fix test of some build options

CONFIG_RTE_LIBRTE_PMD_ISAL was not tested because of a typo.

CONFIG_RTE_LIBRTE_PMD_QAT_SYM was not tested since it has been
introduced and made CONFIG_RTE_LIBRTE_PMD_QAT enabled by default.

While at it, DPDK_DEP_JSON is now checked for "y",
as other DPDK_DEP_* variables, instead of non-empty.

Fixes: 3c32e89f68e1 ("compress/isal: add skeleton ISA-L compression PMD")
Fixes: 7a34c2155716 ("compress/qat: add empty driver")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
devtools/test-build.sh