aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/crypto-algorithms/Makefile
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 18:08:37 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 18:08:37 +0100
commit2eab9982e439033cfa214058949836c9e2f3e385 (patch)
treeb64ce4cbc6c48daf341ab72e34f40c3da9520aa7 /test/monniaux/crypto-algorithms/Makefile
parente1c8d92fc6460b9c44b5aef19b2d5e0a74d1e58a (diff)
downloadcompcert-kvx-2eab9982e439033cfa214058949836c9e2f3e385.tar.gz
compcert-kvx-2eab9982e439033cfa214058949836c9e2f3e385.zip
all targets
Diffstat (limited to 'test/monniaux/crypto-algorithms/Makefile')
-rw-r--r--test/monniaux/crypto-algorithms/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/monniaux/crypto-algorithms/Makefile b/test/monniaux/crypto-algorithms/Makefile
index 772323be..54b22e37 100644
--- a/test/monniaux/crypto-algorithms/Makefile
+++ b/test/monniaux/crypto-algorithms/Makefile
@@ -16,6 +16,8 @@ rot-13.all : rot-13_test.ccomp.k1c.out rot-13_test.gcc.k1c.out
sha1.all : sha1_test.ccomp.k1c.out sha1_test.gcc.k1c.out
sha256.all : sha256_test.ccomp.k1c.out sha256_test.gcc.k1c.out
des.all: des_test.ccomp.k1c.out des_test.gcc.k1c.out
+base64.all: base64_test.ccomp.k1c.out base64_test.gcc.k1c.out
+aes.all : aes_test.ccomp.k1c.out aes_test.gcc.k1c.out
%.gcc.k1c.s: %.c
$(K1C_CC) $(K1C_CFLAGS) -S $< -o $@
@@ -46,4 +48,4 @@ des.all: des_test.ccomp.k1c.out des_test.gcc.k1c.out
clean:
$(RM) -f *.s *.o *.out *.k1c *.host
-.PHONY: clean all md2.all md5.all rot-13.all sha1.all sha256.all md5.all blowfish.all arcfour.all des.all
+.PHONY: clean all md2.all md5.all rot-13.all sha1.all sha256.all md5.all blowfish.all arcfour.all des.all base64.all aes.all