aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/prng
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-11-27 17:17:47 +0100
committerCyril SIX <cyril.six@kalray.eu>2018-11-27 17:17:47 +0100
commit309db6bc63539f2ba10c0cd4088ef3ac2e237551 (patch)
tree7c848602bdc9d370099a846119b6d5eb05babfb5 /test/mppa/prng
parent3d38bf85c8ac3a83fe7aaeb5e01bb9a8403e6a60 (diff)
downloadcompcert-kvx-309db6bc63539f2ba10c0cd4088ef3ac2e237551.tar.gz
compcert-kvx-309db6bc63539f2ba10c0cd4088ef3ac2e237551.zip
Added tests where GCC calls CompCert functions
Diffstat (limited to 'test/mppa/prng')
-rw-r--r--test/mppa/prng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/prng/Makefile b/test/mppa/prng/Makefile
index 5580cd8e..4770c901 100644
--- a/test/mppa/prng/Makefile
+++ b/test/mppa/prng/Makefile
@@ -2,7 +2,7 @@ K1CC ?= k1-mbr-gcc
CC ?= gcc
CCOMP ?= ccomp
CFLAGS ?= -O2
-SIMU ?= k1-cluster
+SIMU ?= k1-mppa
TIMEOUT ?= 10s
K1CCPATH=$(shell which $(K1CC))