summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aead/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/aead/Makefile')
-rw-r--r--src/regress/lib/libcrypto/aead/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/aead/Makefile b/src/regress/lib/libcrypto/aead/Makefile
index cc58fc17f5..bf838aa941 100644
--- a/src/regress/lib/libcrypto/aead/Makefile
+++ b/src/regress/lib/libcrypto/aead/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.6 2022/07/30 16:30:42 jsing Exp $ 1# $OpenBSD: Makefile,v 1.7 2022/07/30 16:40:23 jsing Exp $
2 2
3PROG= aeadtest 3PROG= aeadtest
4LDADD= -lcrypto 4LDADD= -lcrypto
@@ -10,5 +10,10 @@ REGRESS_TARGETS=regress-aeadtest
10 10
11regress-aeadtest: ${PROG} 11regress-aeadtest: ${PROG}
12 ./${PROG} aead ${.CURDIR}/aeadtests.txt 12 ./${PROG} aead ${.CURDIR}/aeadtests.txt
13 ./${PROG} aes-128-gcm ${.CURDIR}/aes_128_gcm_tests.txt
14 ./${PROG} aes-192-gcm ${.CURDIR}/aes_192_gcm_tests.txt
15 ./${PROG} aes-256-gcm ${.CURDIR}/aes_256_gcm_tests.txt
16 ./${PROG} chacha20-poly1305 ${.CURDIR}/chacha20_poly1305_tests.txt
17 ./${PROG} xchacha20-poly1305 ${.CURDIR}/xchacha20_poly1305_tests.txt
13 18
14.include <bsd.regress.mk> 19.include <bsd.regress.mk>