diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-05-12 12:24:54 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-05-12 12:46:49 +0200 |
commit | fa079d2346ec105d73fcb3ccf500c48aa9f219c0 (patch) | |
tree | db13d80bf726815c4548036b11241606a2107025 /.gitmodules | |
parent | 50f9c1bba149e6cd5cb512087f60ad6e293ea542 (diff) |
Git submodule libnDPI update.
* enable ctest to run integration tests (**only** if BUILD_NDPI=ON)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e679b02b1..42fe0f92f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,5 @@ [submodule "libnDPI"] path = libnDPI url = https://github.com/ntop/nDPI + branch = dev + update = rebase |