diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-04-22 15:55:42 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-04-22 17:37:55 +0200 |
commit | 4e3dda70a3f243d500f5ac5c6611abca195b6c61 (patch) | |
tree | 6bf184d2c16c3c7b08cb68312b24ed180cfa5c73 /README.md | |
parent | 174bd89d8eb2de21e826a565644cd8bc3b72c224 (diff) |
Unified and improved dependency build/mgmt via CMake and travis-ci.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -135,3 +135,13 @@ or ``` or anything below `./examples`. + +# test + +You may want to run some integration tests using pcap files from nDPI: + +`./test/run_tests.sh /path/to/libnDPI/root/directory` + +e.g.: + +`./test/run_tests.sh ${HOME}/git/nDPI` |