source: trunk/softs/tests_ccvcache_v4/test_interrupt_loop_tmp/run @ 232

Last change on this file since 232 was 232, checked in by alain, 12 years ago

Introducing the elementary tests for a TSAR mono-cluster
mono-processor platform with MMU using the vci_cc_vcache_v4
such as the "tsarv4_mono_mmu".
(assemby level tests written by Manuel Bouyer)

  • Property svn:executable set to *
File size: 179 bytes
Line 
1#!/bin/sh
2
3make --quiet || exit 1
4../platform/simulation.x > run.out 2>&1 
5if [ $? -eq 0 ]; then
6        echo "test passsed";
7        make --quiet clean
8        exit 0;
9fi
10echo "test failed"
11exit 1
12
Note: See TracBrowser for help on using the repository browser.