source: branches/fault_tolerance/softs/tests_cc_vcache/test_interrupt_loop_tmp/run @ 724

Last change on this file since 724 was 724, checked in by cfuguet, 10 years ago

branches/fault_tolerance:

  • Recreating fault_tolerance branch with all new modifications from trunk.
  • Introducing distributed boot rom in the tsar_generic_iob platform
  • 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.