blob: ba1b87cb0fa14a8f3d9cc4bf11b78ce04fae7bd2 [file] [log] [blame]
Neels Hofmeyr2c0696f2016-01-28 13:09:39 +01001To run the configuration parsing and output (VTY) test suite, first install
2
3 git://git.osmocom.org/python/osmo-python-tests
4
5and pass the following configure options here:
6
7 ./configure --enable-vty-tests --enable-external-tests
8
9The VTY tests are then included in the standard check target:
10
11 make check