diff --git a/openbsc/README.vty-tests b/openbsc/README.vty-tests new file mode 100644 index 000000000..ba1b87cb0 --- /dev/null +++ b/openbsc/README.vty-tests @@ -0,0 +1,11 @@ +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