summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
new file mode 100644
index 0000000..fc181b6
--- /dev/null
+++ b/test/README.md
@@ -0,0 +1,11 @@
+
+This test assumes that the user executing the test can ssh to the
+localhost without password.
+
+- Run pytest through ctest.
+
+```console
+cd build
+cmake ..
+make test # or make test ARGS='-V'
+```