aboutsummaryrefslogtreecommitdiff
path: root/tests/do.sh.in
Commit message (Collapse)AuthorAge
* Fix utests when "--disable-gcrypt" flag is used (#1128)Ivan Nardi2021-02-04
| | | Fix: d6684f4b
* Added fuzzy targets conditional in tests/do.sh.in which prevents the fuzzer ↵Toni2021-02-04
| | | | | | | | | from running if nDPI was configured previously --enable-fuzztargets but not for the current config (may produce invalid results). (#1126) * fixed possible NULL pointer dereference for memcpy(), src pointer should never be NULL Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
* Disable tests that require libgcrypt if --disable-gcrypt set. (#1121)Toni2021-01-21
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>