#! /bin/bash WORKSPACE='/home/buret/spidcom/workspace/eoc' cd $WORKSPACE/cesar/maximus/prototest/fcall make cd $WORKSPACE/cesar/maximus/prototest/integration make cd $WORKSPACE/cesar/maximus/stationtest make cd $WORKSPACE/cesar/maximus/python make clean; make python test/test_channel.py -e ../stationtest/obj/test_station.elf -d false -t 2500000000 python test/test_cli.py python test/test_ethernet.py -e ../stationtest/obj/test_ether.elf -d false -t 2500000000 > /dev/null python test/test_fsm.py > /dev/null python test/test_interface.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null python test/test_lib_cesar.py -e ../stationtest/obj/test_lib_cesar.elf -d false -t 2500000000 python test/test_lib_proto.py -u -e ../prototest/fcall/obj/test_fcall.elf -d false -t 2500000000 > /dev/null python test/test_macframe.py -e ../stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null python test/test_mme.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 python test/test_result.py python test/test_simu.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null python test/test_station.py -e ../stationtest/obj/test_station.elf -d false -t 2500000000 > /dev/null python test/test_utils.py > /dev/null python py/script_example.py -e ../stationtest/obj/stationtest.elf -d false -t 2500000000 > /dev/null python py/test_cb.py -e ../stationtest/obj/test_cb.elf -d false -t 2500000000 > /dev/null python py/test_ether.py -e ../stationtest/obj/test_ether.elf -d false -t 2500000000 > /dev/null python py/test_false_alarm.py -e ../stationtest/obj/test_false_alarm.elf -d false -t 2500000000 > /dev/null python py/test_send_mpdu.py -e ../stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null python py/test_send_noise.py -e ../stationtest/obj/test_send.elf -d false -t 2500000000 > /dev/null python py/test_tx_rx.py -e ../stationtest/obj/test_tx_rx.elf -d false -t 2500000000 > /dev/null python py/test_log.py -e ../stationtest/obj/test_log.elf -d false -t 2500000000 > /dev/null