diff options
Diffstat (limited to 'configs/boot/mutex-test.rcS')
-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 |