213. Example Build

This test case is for testing that all applications under DPDK examples compile successfully. Such as these applications:

- bbdev_app
- bond
- cmdline
- distributor
...

213.1. Prerequisites

Dependency package requirements:

213.2. Test case: example build

compile the applications of examples successfully:

make -j 70 -C examples

If the compilation is successful, it will be the same as the shown in the terminal.

...
LD load_balancer
INSTALL-APP l3fwd-thread
INSTALL-MAP l3fwd-thread.map
INSTALL-APP ipsec-secgw
INSTALL-MAP ipsec-secgw.map
INSTALL-MAP load_balancer.map
INSTALL-APP load_balancer
make: Leaving directory '/root/dpdk/examples'