aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-07-31 23:31:18 -0500
committerBrent Cook <busterb@gmail.com>2022-07-31 23:31:18 -0500
commitcc613e785e9272db37991ec35785d78f50e0ca15 (patch)
treea96bc62fb8d595b5a40ea22b3f504ac180ed2a24 /tests/Makefile.am
parent5f5feb2bbc94a8cd8d101b6245c0d9b50f2a15ce (diff)
downloadportable-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.am5
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
34aeadtest_SOURCES = aeadtest.c 34aeadtest_SOURCES = aeadtest.c
35EXTRA_DIST += aeadtest.sh 35EXTRA_DIST += aeadtest.sh
36EXTRA_DIST += aeadtests.txt 36EXTRA_DIST += aeadtests.txt
37EXTRA_DIST += aes_128_gcm_tests.txt
38EXTRA_DIST += aes_192_gcm_tests.txt
39EXTRA_DIST += aes_256_gcm_tests.txt
40EXTRA_DIST += chacha20_poly1305_tests.txt
41EXTRA_DIST += xchacha20_poly1305_tests.txt
37 42
38# aes_wrap 43# aes_wrap
39TESTS += aes_wrap 44TESTS += aes_wrap