Skip to content

Commit

Permalink
test: remove link to ixgbe/i40e with meson
Browse files Browse the repository at this point in the history
[ upstream commit 0c573f3 ]

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: b5dc795 ("test: build app with meson as dpdk-test")

Signed-off-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
david-marchand authored and kevintraynor committed Sep 4, 2019
1 parent 551a27e commit d42af30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test/meson.build
Expand Up @@ -240,12 +240,6 @@ 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
Expand Down

0 comments on commit d42af30

Please sign in to comment.