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