From: David Marchand Date: Wed, 31 Jul 2019 07:55:34 +0000 (+0200) Subject: test: remove link to ixgbe/i40e with meson X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0c573f39e5f67c8547a966e11516fd548af0d3b4;p=dpdk.git test: remove link to ixgbe/i40e with meson The tests do not depend on ixgbe or i40e drivers, just remove this explicit link that likely comes from a copy/paste from testpmd. Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") Cc: stable@dpdk.org Signed-off-by: David Marchand --- diff --git a/app/test/meson.build b/app/test/meson.build index c50b202757..e8a898eb6a 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -300,12 +300,6 @@ dump_test_names = [ if dpdk_conf.has('RTE_LIBRTE_PDUMP') test_deps += 'pdump' endif -if dpdk_conf.has('RTE_LIBRTE_I40E_PMD') - test_deps += 'pmd_i40e' -endif -if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD') - test_deps += 'pmd_ixgbe' -endif if dpdk_conf.has('RTE_LIBRTE_BOND_PMD') test_deps += 'pmd_bond' endif