From 338bcf7825a889de6af322f82d4c8ae1c475dd9c Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Mon, 27 Jan 2020 16:42:19 +0100 Subject: Updated scripts to run the tests on test/mppa --- test/mppa/simucheck.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test/mppa/simucheck.sh (limited to 'test/mppa/simucheck.sh') diff --git a/test/mppa/simucheck.sh b/test/mppa/simucheck.sh new file mode 100755 index 00000000..25fb9947 --- /dev/null +++ b/test/mppa/simucheck.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Tests the execution of the binaries produced by CompCert, by simulation + +source do_test.sh + +do_test check $1 -- cgit