#! /bin/bash WORKSPACE='/home/buret/spidcom/workspace/eoc' cd $WORKSPACE/cesar/hal/ipmbox/maximus/test make clean; make ./obj/test_maximus_hal > /dev/null cd $WORKSPACE/cesar/hal/leon/maximus/test make clean; make ./obj/test_maximus_timer > /dev/null cd $WORKSPACE/cesar/hal/phy/maximus/test make clean; make ./obj/test_phy_maximus > /dev/null cd $WORKSPACE/cesar/hal/phy/maximus/dur/test make clean; make ./obj/test_dur cd $WORKSPACE/cesar/host/test make clean; make ./obj/test_host cd $WORKSPACE/cesar/host/sci/cesar/test make clean; make ./obj/test_sci_cesar cd $WORKSPACE/cesar/interface/fcall/test make clean; make ./obj/test_interface_fcall > /dev/null cd $WORKSPACE/cesar/maximus/prototest/fcall make clean; make cd $WORKSPACE/cesar/maximus/prototest/integration make clean; make cd $WORKSPACE/cesar/maximus/stationtest make clean; make cd $WORKSPACE/cesar/maximus/unittest make clean; make ./obj/unittest -e ../stationtest/obj/stationtest.elf > /dev/null cd $WORKSPACE/cesar/maximus/usertest make clean; make ./obj/usertest -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null cd $WORKSPACE/cesar/maximus/test ./test_python.sh