Fix testing instructions

This commit is contained in:
Pim van Pelt
2022-12-03 16:20:04 +00:00
parent ac13f54ab5
commit 9e3761869c

View File

@ -17,7 +17,7 @@ This program expects Python3 and PIP to be installed. It's known to work on Open
$ make install-deps
## Ensure all unittests pass.
$ vppcfg/tests.py -d -t vppcfg/unittest/yaml/*.yaml
$ make test
## Build vppcfg
$ make build