aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/sha3.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-10-22 17:44:15 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-10-22 17:44:44 +0200
commit8bee1136d7d298e9f33ea91ee7a248909467dd13 (patch)
tree91a80daa8798d872f65fa2bb5c336fe630d2cfe2 /test/c/sha3.c
parente247f20f8fb530bb225ac04f2e1589beaffcb257 (diff)
downloadcompcert-kvx-8bee1136d7d298e9f33ea91ee7a248909467dd13.tar.gz
compcert-kvx-8bee1136d7d298e9f33ea91ee7a248909467dd13.zip
Scaling down forgotten tests -> test/c/ operational
Diffstat (limited to 'test/c/sha3.c')
-rw-r--r--test/c/sha3.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/c/sha3.c b/test/c/sha3.c
index a0905817..164e3086 100644
--- a/test/c/sha3.c
+++ b/test/c/sha3.c
@@ -190,8 +190,13 @@ test_triplet_t testvec[4] = {
}
};
+#ifdef __K1C__
+#define DATALEN 1000
+#define NITER 7
+#else
#define DATALEN 100000
#define NITER 25
+#endif
int main()
{