diff options
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` |