Update README.md

fix path of unittests
This commit is contained in:
Pim van Pelt
2022-07-04 13:08:51 +02:00
committed by GitHub
parent 1affc2b59c
commit cd70856b6d

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 unittest/yaml/*.yaml
$ vppcfg/tests.py -d -t vppcfg/unittest/yaml/*.yaml
## Build vppcfg
$ make build