mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
To run the configuration parsing and output (VTY) test suite, first install
|
|
|
|
git://git.osmocom.org/python/osmo-python-tests
|
|
|
|
and pass the following configure options here:
|
|
|
|
./configure --enable-vty-tests --enable-external-tests
|
|
|
|
The VTY tests are then included in the standard check target:
|
|
|
|
make check
|