diff options
author | Toni <matzeton@googlemail.com> | 2021-01-21 08:59:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 08:59:06 +0100 |
commit | 399755607d5bf5b68e62f324a8614351437051c1 (patch) | |
tree | 3c022def21077290dc26bd2b7773db45db0e6f48 /tests/Makefile.am | |
parent | 53415c8855f4f0a78c9cfa07a89b572a76327415 (diff) |
Disable tests that require libgcrypt if --disable-gcrypt set. (#1121)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 82625902c..271516b87 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ TESTS = do.sh -EXTRA_DIST = do.sh vagrind_test.sh ossfuzz.sh pcap result +EXTRA_DIST = ossfuzz.sh pcap result all: @echo -n "" |