chiark / gitweb /
test: add a test script
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Aug 2021 12:08:34 +0000 (13:08 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Aug 2021 12:08:34 +0000 (13:08 +0100)
This currently crashes.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test/run-client [new file with mode: 0755]
test/test.cfg [moved from test.cfg with 100% similarity]

diff --git a/test/run-client b/test/run-client
new file mode 100755 (executable)
index 0000000..9396c4e
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+target/debug/hippotat --config src/test/test.cfg --debug
similarity index 100%
rename from test.cfg
rename to test/test.cfg