mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7
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
|