app/test: link with ring pmd when needed
authorTomasz Kulasek <tomaszx.kulasek@intel.com>
Fri, 13 Feb 2015 10:38:15 +0000 (11:38 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Feb 2015 17:58:55 +0000 (18:58 +0100)
commitd23e09e0ef749fd4784c6c12c1cd0b8d9416a27f
tree2a87992574db6066572a2adc12cc158b126dc6f7
parent5e41ab250dfad6f8086acd8f85b990e72a0be180
app/test: link with ring pmd when needed

This patch links test application against librte_pmd_ring.so for shared
libraries. It's required as long as librte_pmd_ring provides some additional
routines used for testing purposes and must be "hard-linked".

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
app/test/Makefile