-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·27 lines (27 loc) · 837 Bytes
/
build.sh
File metadata and controls
executable file
·27 lines (27 loc) · 837 Bytes
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
astyle -lcs2pn ../testscript/*.[ch] ../signalhandler/*.[ch] ../hostio/*.[ch] ../chamberscript/*.[ch] ../testcase/*.[ch]
echo "----------------------------------------------------------------------"
cd ../slotio
make clean
#make xcal
#make optimus
make $1
echo "----------------------------------------------------------------------"
cd ../testscript
make clean
make
echo "----------------------------------------------------------------------"
cd ../signalhandler
make clean
make
echo "----------------------------------------------------------------------"
cd ../chamberscript
make clean
make
echo "----------------------------------------------------------------------"
cd ../hostio
make clean
make
echo "----------------------------------------------------------------------"
cd ../testcase
make clean
make