From: Ian Jackson Date: Sat, 7 Aug 2021 12:08:34 +0000 (+0100) Subject: test: add a test script X-Git-Tag: hippotat/1.0.0~299 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=19a379f2e473017e4bc9c5ba0df9c38cba63b78f;p=hippotat.git test: add a test script This currently crashes. Signed-off-by: Ian Jackson --- diff --git a/test/run-client b/test/run-client new file mode 100755 index 0000000..9396c4e --- /dev/null +++ b/test/run-client @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +target/debug/hippotat --config src/test/test.cfg --debug diff --git a/test.cfg b/test/test.cfg similarity index 100% rename from test.cfg rename to test/test.cfg