Last change
on this file since 850 was
850,
checked in by cfuguet, 10 years ago
|
reconf: introducing a softs directory in the reconfiguration branch
- This softs directory contains a minimalistic (giet-like) library
of drivers and some utility functions.
- Introducing a simple unit test in the vci_cc_vcache_wrapper
component to test the newly introduced watchdog timer mechanism.
This unit test uses the minimalistic library.
|
-
Property svn:executable set to
*
|
File size:
426 bytes
|
Line | |
---|
1 | PLATFORM="../../../../../platforms/tsar_generic_iob/" |
---|
2 | OUTDIR=output |
---|
3 | |
---|
4 | make |
---|
5 | ./$PLATFORM/scripts/onerun.py -o $OUTDIR -p $PLATFORM -x1 -y1 -n1 -c |
---|
6 | |
---|
7 | export SOCLIB_FB=HEADLESS |
---|
8 | export SOCLIB_TTY=FILES |
---|
9 | ./$PLATFORM/simul.x -SOFT build/soft.elf -DISK /dev/null 2> /dev/null >> $OUTDIR/log |
---|
10 | soclib-cleanup-terms &>/dev/null |
---|
11 | mv term0 $OUTDIR/term |
---|
12 | grep -q "success" $OUTDIR/term |
---|
13 | if [ $? == 0 ]; then |
---|
14 | echo "Success" |
---|
15 | else |
---|
16 | echo "Failure" |
---|
17 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.