From 2c0696f65aa2ddeddc1449516898a9d0fec1cc00 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 28 Jan 2016 13:09:39 +0100 Subject: [PATCH] Add README.vty-tests --- openbsc/README.vty-tests | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openbsc/README.vty-tests diff --git a/openbsc/README.vty-tests b/openbsc/README.vty-tests new file mode 100644 index 00000000..ba1b87cb --- /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