X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;h=ace67bfe87e6e9ddddec5c1468fb4c7b587e5862;hb=5ee174baa9b2c30e01dc0ca0dfa38f916f805636;hp=a4683b70ee2d26d5c26023928a9f08f454140761;hpb=0945c6c301e38138b6ac54a02d5b3aea602de526;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.sh b/build.sh index a4683b7..ace67bf 100755 --- a/build.sh +++ b/build.sh @@ -155,6 +155,20 @@ vg_command(){ compile_x ;; + testaa) + titleit "Dev" + mkdir -p bin/aatest/cfg + + _compiler=$_linux_compiler + _options=$_linux_options + _link="-lm" + _src="testaa.c" + _folder=bin/aatest + _dst="testaa" + _ext="" + + compile_x + ;; #TODO: These are not cross platform in the build script, a full build # from source is therefore not possible on windows, only a linux @@ -213,6 +227,12 @@ vg_command(){ run_server wait ;; + aa) + run_command testaa + cd bin/aatest + ./testaa + cd ./../ + ;; *) echo "Unrecognised command $1" esac