diff options
author | Brent Cook <busterb@gmail.com> | 2022-07-31 23:31:18 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-07-31 23:31:18 -0500 |
commit | cc613e785e9272db37991ec35785d78f50e0ca15 (patch) | |
tree | a96bc62fb8d595b5a40ea22b3f504ac180ed2a24 /tests/Makefile.am | |
parent | 5f5feb2bbc94a8cd8d101b6245c0d9b50f2a15ce (diff) | |
download | portable-cc613e785e9272db37991ec35785d78f50e0ca15.tar.gz portable-cc613e785e9272db37991ec35785d78f50e0ca15.tar.bz2 portable-cc613e785e9272db37991ec35785d78f50e0ca15.zip |
updates for new files and test cases
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f768e2..3be2f3f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -34,6 +34,11 @@ check_PROGRAMS += aeadtest | |||
34 | aeadtest_SOURCES = aeadtest.c | 34 | aeadtest_SOURCES = aeadtest.c |
35 | EXTRA_DIST += aeadtest.sh | 35 | EXTRA_DIST += aeadtest.sh |
36 | EXTRA_DIST += aeadtests.txt | 36 | EXTRA_DIST += aeadtests.txt |
37 | EXTRA_DIST += aes_128_gcm_tests.txt | ||
38 | EXTRA_DIST += aes_192_gcm_tests.txt | ||
39 | EXTRA_DIST += aes_256_gcm_tests.txt | ||
40 | EXTRA_DIST += chacha20_poly1305_tests.txt | ||
41 | EXTRA_DIST += xchacha20_poly1305_tests.txt | ||
37 | 42 | ||
38 | # aes_wrap | 43 | # aes_wrap |
39 | TESTS += aes_wrap | 44 | TESTS += aes_wrap |