From 19a379f2e473017e4bc9c5ba0df9c38cba63b78f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Aug 2021 13:08:34 +0100 Subject: [PATCH] test: add a test script This currently crashes. Signed-off-by: Ian Jackson --- test/run-client | 3 +++ test.cfg => test/test.cfg | 0 2 files changed, 3 insertions(+) create mode 100755 test/run-client rename test.cfg => test/test.cfg (100%) 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 -- 2.30.2