diff options
Diffstat (limited to 'vnet/test/README')
-rw-r--r-- | vnet/test/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vnet/test/README b/vnet/test/README new file mode 100644 index 00000000..10579e50 --- /dev/null +++ b/vnet/test/README @@ -0,0 +1,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 |