aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/README.vty-tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-28 13:09:39 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-28 13:36:07 +0100
commit6d575cbe57614e1d7730834964489410980f6544 (patch)
tree58fa9f11a18160dc2a3f0fd9f73a36317b7dd546 /openbsc/README.vty-tests
parent34cf923704b617c825cf7fbea2ac8da3764b712e (diff)
Add README.vty-tests
Diffstat (limited to 'openbsc/README.vty-tests')
-rw-r--r--openbsc/README.vty-tests11
1 files changed, 11 insertions, 0 deletions
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