diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-10-22 12:52:58 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-10-22 12:52:58 -0400 |
commit | d2856c2fde201ab1d41507ba09d088e51b35cf6c (patch) | |
tree | 92985b8b66951a6cf27f5662fec87505df315c10 /configs/boot | |
parent | 968311d09643aa1505d89a0d902ceb06ab803782 (diff) | |
download | gem5-d2856c2fde201ab1d41507ba09d088e51b35cf6c.tar.xz |
Add mutex test to Benchmarks.py.
--HG--
extra : convert_revision : 9b4f1ce9a181ac5a01e5b6a68067079969dfe9ce
Diffstat (limited to 'configs/boot')
-rw-r--r-- | configs/boot/mutex-test.rcS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/boot/mutex-test.rcS b/configs/boot/mutex-test.rcS new file mode 100644 index 000000000..acf875368 --- /dev/null +++ b/configs/boot/mutex-test.rcS @@ -0,0 +1,6 @@ +#!/bin/sh + +cd /benchmarks/tests +/sbin/m5 resetstats +./pthread_mutex_test 4 10000 +/sbin/m5 exit |