source: trunk/softs/tests_cc_vcache/test_interrupt_loop_tmp/run @ 520

Last change on this file since 520 was 520, checked in by bouyer, 11 years ago

Re-add the tests; reverting previous which was done at the wrong level (sorry)

  • 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.