From 89140c61350ea40caa746f1dfe43b1c6fd446cc7 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 24 Jan 2012 15:15:48 +1000 Subject: Add an overall test script. --- test.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..f0da24e --- /dev/null +++ b/test.sh @@ -0,0 +1,12 @@ +#! /bin/bash + +reset + +wd=$(pwd) + +./build.sh || exit + +echo "_______________ TESTING LuaSL _______________" +cd $wd/LuaSL +./LuaSL + -- cgit v1.1