summaryrefslogtreecommitdiffstats
path: root/sim-scripts/m32rsim.in
blob: 20765b8b228e98c8fa4be65bf0de6450595ab506 (plain) (blame)
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
#
#  M32R/m32rsim Support 
#
#  $Id$
#

runARGS()
{
  echo ${1}
}
checkBSPFaults()
{
  return 0
}

bspLimit()
{
  testname=$1
  case ${testname} in
    *stackchk*)limit=5 ;;
    *fatal*)   limit=1 ;;
    *minimum*) limit=1 ;;
    *psxtime*) limit=180 ;;
    *)         limit=60 ;;
  esac
  echo ${limit}
}