vlib: add 'wait' cli command
[vpp.git] / test / Makefile
index 7ec8d4a..5a580b8 100644 (file)
@@ -1,3 +1,6 @@
+ASAN_OPTIONS?=verify_asan_link_order=0:detect_leaks=0:abort_on_error=1:unmap_shadow_on_exit=1:disable_coredump=0
+export ASAN_OPTIONS
+
 .PHONY: verify-test-dir
 
 FAILED_DIR=/tmp/vpp-failed-unittests/
@@ -341,6 +344,8 @@ help:
        @echo ""
        @echo " SOCKET=1             - Communicate with VPP over Unix domain socket instead of SHM"
        @echo ""
+       @echo " RND_SEED=seed        - Seed RND with given seed"
+       @echo ""
        @echo "Creating test documentation"
        @echo " test-doc            - generate documentation for test framework"
        @echo " test-wipe-doc       - wipe documentation for test framework"