From 254b036dff8ac1ffc663788766de999a2837dc7e Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 7 Apr 2016 10:04:34 +0200 Subject: Add unit test infrastructure for LISP protocol Change-Id: I802700ad832de1dc6f4a1981e8985aa6e926c8ad Signed-off-by: Filip Tehlar --- vnet/test/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vnet/test/README (limited to 'vnet/test/README') 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 -- cgit 1.2.3-korg