blob: 10579e50e339859b733ad3ff4576294102fe6e01 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Unit test infrastructure for vnet
To run unit tests do the following:
1. build vpp with 'vpp_enable_tests = yes' in build-data/platforms/vpp.mk
2. go to build-root/build-$tag-$arch/vnet
3. run
$ make check
|