From da336304d5bb0b8efe0f1c2afdc59c46c6a9d2a6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 08:00:34 -0400 Subject: Debug API and tests, add test --- tests/test-simple-extract.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test-simple-extract.sh (limited to 'tests/test-simple-extract.sh') diff --git a/tests/test-simple-extract.sh b/tests/test-simple-extract.sh new file mode 100644 index 0000000..61e2844 --- /dev/null +++ b/tests/test-simple-extract.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +wai=$(dirname $(readlink -f $0)) +source "${wai}/include.sh" + +##### Test extract on a config file +$exec extract ${data}/config + -- cgit v1.2.3