source:
trunk/softs/tests_cc_vcache/test_interrupt_loop_tmp/run
Last change on this file was 520, checked in by , 11 years ago | |
---|---|
|
|
File size: 179 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | make --quiet || exit 1 |
4 | ../platform/simulation.x > run.out 2>&1 |
5 | if [ $? -eq 0 ]; then |
6 | echo "test passsed"; |
7 | make --quiet clean |
8 | exit 0; |
9 | fi |
10 | echo "test failed" |
11 | exit 1 |
12 |
Note: See TracBrowser
for help on using the repository browser.