From c59fed186238d07557817a752f951471201ba9e0 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 22 Feb 2022 12:47:51 -0700 Subject: Automated testing --- tests/run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/run.sh (limited to 'tests/run.sh') diff --git a/tests/run.sh b/tests/run.sh new file mode 100755 index 0000000..80217e8 --- /dev/null +++ b/tests/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash +for file in ./tests/*.bash; do + ${file} +done -- cgit v1.2.1