diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2016-04-07 10:04:34 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-04-12 11:47:39 +0000 |
commit | 254b036dff8ac1ffc663788766de999a2837dc7e (patch) | |
tree | 8bb19e5a1d3503cc4c13803c99cd43dc52a8cb22 /vnet/test/README | |
parent | 42f2006975c5a0ea58c835df4461213072f8813f (diff) |
Add unit test infrastructure for LISP protocol
Change-Id: I802700ad832de1dc6f4a1981e8985aa6e926c8ad
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
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 00000000000..10579e50e33 --- /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 |