aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/mppa/simucheck.sh4
-rwxr-xr-xtest/mppa/simutest.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/test/mppa/simucheck.sh b/test/mppa/simucheck.sh
index 25fb9947..48698e35 100755
--- a/test/mppa/simucheck.sh
+++ b/test/mppa/simucheck.sh
@@ -1,6 +1,8 @@
#!/bin/bash
# Tests the execution of the binaries produced by CompCert, by simulation
+cores=$(grep -c ^processor /proc/cpuinfo)
+
source do_test.sh
-do_test check $1
+do_test check $cores
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