gem5/configs/boot/mutex-test.rcS

7 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
cd /benchmarks/tests
/sbin/m5 resetstats
./pthread_mutex_test 4 10000
/sbin/m5 exit