Last change
on this file was
232,
checked in by alain, 13 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 | |
---|
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.