Message ID | 1559638792-8608-2-git-send-email-david.marchand@redhat.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Series | Unit tests fixes for CI | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/mellanox-Performance-Testing | success | Performance Testing PASS |
ci/intel-Performance-Testing | success | Performance Testing PASS |
ci/Intel-compilation | fail | Compilation issues |
David Marchand <david.marchand@redhat.com> writes: > Fixes: 3d20ffe6ddb1 ("test: reorder test cases in meson") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand <david.marchand@redhat.com> > --- Acked-by: Aaron Conole <aconole@redhat.com>
diff --git a/app/test/meson.build b/app/test/meson.build index 83391ce..faf16ee 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -58,6 +58,7 @@ test_sources = files('commands.c', 'test_latencystats.c', 'test_link_bonding.c', 'test_link_bonding_mode4.c', + 'test_link_bonding_rssconf.c', 'test_logs.c', 'test_lpm.c', 'test_lpm6.c',
Fixes: 3d20ffe6ddb1 ("test: reorder test cases in meson") Cc: stable@dpdk.org Signed-off-by: David Marchand <david.marchand@redhat.com> --- app/test/meson.build | 1 + 1 file changed, 1 insertion(+)