Changeset 265 for trunk/softs/tests_ccvcache_v4/test_llsc/run
- Timestamp:
- Oct 17, 2012, 12:03:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tests_ccvcache_v4/test_llsc/run
r232 r265 1 1 #!/bin/sh 2 3 . ../common/common.sh 2 4 3 5 check_output() 4 6 { 5 egrep "^0x0000 0000 0xAC4000FF 0xAC4000FF 0x00000000$" run.out > /dev/null7 egrep "^0x0000DEAD 0x0000DEAD 0x0000BEEF 0x0000DEAD$" run.out > /dev/null 6 8 if [ $? -eq 0 ]; then 7 9 return 0; … … 12 14 13 15 make --quiet || exit 1 14 ../platform/simulation.x> run.out 2>&116 ${SIMUL} > run.out 2>&1 15 17 if [ $? -eq 0 ]; then 16 18 if check_output; then
Note: See TracChangeset
for help on using the changeset viewer.