summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/make.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/make.sh b/src/make.sh
new file mode 100644
index 0000000..096275d
--- /dev/null
+++ b/src/make.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+# build and test the fun library using the makefile at /src
+make clean
+make
+make install
+./testfun
+# test.sce runs in cli mode, no gui prompts allowed while using builder.sce
+# removed the tbx_builder_gateway(toolbox_dir) and tbx_build_localization(toolbox_dir) funciton calls from buider.sce
+
+cd ..
+sed -i '37d' ./builder.sce
+sed -i '40,41d' ./builder.sce