loadsa work
[carveJwlIkooP6JGAAIwe30JlM.git] / build.sh
index a4683b70ee2d26d5c26023928a9f08f454140761..ace67bfe87e6e9ddddec5c1468fb4c7b587e5862 100755 (executable)
--- 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