summaryrefslogtreecommitdiff
path: root/cesar/maximus/test/test.sh
blob: 4486875528250be4c9e1ff9f223773014f88c6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#! /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