aboutsummaryrefslogtreecommitdiff
path: root/tests/run.sh
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-22 12:47:51 -0700
committerChristian Cunningham <cc@localhost>2022-02-22 12:47:51 -0700
commitc59fed186238d07557817a752f951471201ba9e0 (patch)
tree56d1e97d276f3a5fb0bdb897f4d65eb4c99d0f24 /tests/run.sh
parentef262d9a0b4b4d973e3c0fcabc9cdf4d57fc93ce (diff)
Automated testing
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh4
1 files changed, 4 insertions, 0 deletions
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