diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/make.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/make.sh b/src/make.sh new file mode 100644 index 0000000..dfe2cb4 --- /dev/null +++ b/src/make.sh @@ -0,0 +1,11 @@ +#!/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 '41,42d' ./builder.sce
\ No newline at end of file |