aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-04-22 15:55:42 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-04-22 17:37:55 +0200
commit4e3dda70a3f243d500f5ac5c6611abca195b6c61 (patch)
tree6bf184d2c16c3c7b08cb68312b24ed180cfa5c73 /README.md
parent174bd89d8eb2de21e826a565644cd8bc3b72c224 (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.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 141135eb8..f6bb8d68b 100644
--- a/README.md
+++ b/README.md
@@ -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`