test: remove link to ixgbe/i40e with meson
authorDavid Marchand <david.marchand@redhat.com>
Wed, 31 Jul 2019 07:55:34 +0000 (09:55 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 2 Aug 2019 20:45:58 +0000 (22:45 +0200)
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 <david.marchand@redhat.com>
app/test/meson.build

index c50b202..e8a898e 100644 (file)
@@ -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