diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-04-06 11:30:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 11:30:36 +0200 |
commit | 7714507f816b36055ca25c67b6228637bd600cf9 (patch) | |
tree | 03da206586dc5748b6912a8d744e355ecebf6a3b /tests/Makefile.am | |
parent | 7a627296f0a032ea0d73989531f21096e1f295e9 (diff) |
Test multiple `ndpiReader` configurations (#1931)
Extend internal unit tests to handle multiple configurations.
As some examples, add tests about:
* disabling some protocols
* disabling Ookla aggressiveness
Every configurations data is stored in a dedicated directory under
`tests\cfgs`
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 64f621ade..4d2d4039e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,7 @@ if BUILD_UNITTESTS TESTS += do-unit.sh endif -EXTRA_DIST = pcap result performance \ +EXTRA_DIST = cfgs/*/pcap cfgs/*/result cfgs/*/*.txt performance \ unit/unit.c unit/Makefile.in \ dga/dga_evaluate.c dga/Makefile.in dga/README.md dga/test_dga.csv dga/test_non_dga.csv do-dga.sh \ do-unit.sh do.sh.in ossfuzz.sh |