aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..f0da24e
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,12 @@
1#! /bin/bash
2
3reset
4
5wd=$(pwd)
6
7./build.sh || exit
8
9echo "_______________ TESTING LuaSL _______________"
10cd $wd/LuaSL
11./LuaSL
12