source: branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/test/simple_wdt_test/run.sh @ 850

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 
1PLATFORM="../../../../../platforms/tsar_generic_iob/"
2OUTDIR=output
3
4make
5./$PLATFORM/scripts/onerun.py -o $OUTDIR -p $PLATFORM -x1 -y1 -n1 -c
6
7export SOCLIB_FB=HEADLESS
8export SOCLIB_TTY=FILES
9./$PLATFORM/simul.x -SOFT build/soft.elf -DISK /dev/null 2> /dev/null >> $OUTDIR/log
10soclib-cleanup-terms &>/dev/null
11mv term0 $OUTDIR/term
12grep -q "success" $OUTDIR/term
13if [ $? == 0 ]; then
14        echo "Success"
15else
16        echo "Failure"
17fi
Note: See TracBrowser for help on using the repository browser.