diff options
Diffstat (limited to 'src/regress/lib/libcrypto/aead/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/aead/Makefile | 7 |
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 | ||
3 | PROG= aeadtest | 3 | PROG= aeadtest |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -10,5 +10,10 @@ REGRESS_TARGETS=regress-aeadtest | |||
10 | 10 | ||
11 | regress-aeadtest: ${PROG} | 11 | regress-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> |