aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 11:42:37 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 11:42:37 +0200
commit625a93fe5ec46c7de81594b89f8cca5dd83dafc5 (patch)
tree1f38583b82102c40c1c22c22ef58280d60e256b9 /test/monniaux/bitsliced-aes
parent0f01d44c350ea0c9211c1d464d7e78518302ca2a (diff)
downloadcompcert-kvx-625a93fe5ec46c7de81594b89f8cca5dd83dafc5.tar.gz
compcert-kvx-625a93fe5ec46c7de81594b89f8cca5dd83dafc5.zip
bitsliced-tea
Diffstat (limited to 'test/monniaux/bitsliced-aes')
-rw-r--r--test/monniaux/bitsliced-aes/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/monniaux/bitsliced-aes/Makefile b/test/monniaux/bitsliced-aes/Makefile
new file mode 100644
index 00000000..5365cce5
--- /dev/null
+++ b/test/monniaux/bitsliced-aes/Makefile
@@ -0,0 +1,4 @@
+ALL_CFILES=$(wildcard *.c) tests/tests.c
+TARGET=test
+
+include ../rules.mk