From 5ca2e63ea66095fbe64cdc441f6eec663fb28bd4 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 8 Oct 2019 21:59:31 -0400 Subject: Add simple integration test framework --- tests/include.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/include.sh (limited to 'tests/include.sh') diff --git a/tests/include.sh b/tests/include.sh new file mode 100644 index 0000000..773dd82 --- /dev/null +++ b/tests/include.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +wai=$(dirname $(readlink -f $0)) +exec=${wai}/../src/i3-colors.py +data=${wai}/data + +load() { + tmp=$(mktemp) + cp ${1} ${tmp} + echo ${tmp} +} -- cgit v1.2.3