aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/simutest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/simutest.sh')
-rwxr-xr-xtest/mppa/simutest.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/mppa/simutest.sh b/test/mppa/simutest.sh
index 3b1021e6..729d1ba0 100755
--- a/test/mppa/simutest.sh
+++ b/test/mppa/simutest.sh
@@ -1,6 +1,8 @@
#!/bin/bash
# Tests the validity of the tests, in simulator
+cores=$(grep -c ^processor /proc/cpuinfo)
+
source do_test.sh
-do_test test $1
+do_test test $cores