diff options
Diffstat (limited to 'src/regress/lib/libcrypto/mlkem/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/Makefile b/src/regress/lib/libcrypto/mlkem/Makefile index b480e39338..819fa68ab5 100644 --- a/src/regress/lib/libcrypto/mlkem/Makefile +++ b/src/regress/lib/libcrypto/mlkem/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2024/12/13 00:03:57 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2024/12/13 00:17:18 beck Exp $ |
2 | 2 | ||
3 | PROGS += mlkem_unittest | 3 | PROGS += mlkem_unittest |
4 | PROGS += mlkem768_nist_keygen_tests | 4 | PROGS += mlkem768_nist_keygen_tests |
@@ -7,6 +7,12 @@ PROGS += mlkem768_nist_decap_tests | |||
7 | PROGS += mlkem768_decap_tests | 7 | PROGS += mlkem768_decap_tests |
8 | PROGS += mlkem768_encap_tests | 8 | PROGS += mlkem768_encap_tests |
9 | PROGS += mlkem768_iteration_test | 9 | PROGS += mlkem768_iteration_test |
10 | PROGS += mlkem1024_nist_keygen_tests | ||
11 | PROGS += mlkem1024_keygen_tests | ||
12 | PROGS += mlkem1024_nist_decap_tests | ||
13 | PROGS += mlkem1024_decap_tests | ||
14 | PROGS += mlkem1024_encap_tests | ||
15 | PROGS += mlkem1024_iteration_test | ||
10 | 16 | ||
11 | # Link test programs with mlkem_tests_util.c and use custom target | 17 | # Link test programs with mlkem_tests_util.c and use custom target |
12 | .for p in ${PROGS} | 18 | .for p in ${PROGS} |