diff options
author | theirix <theirix@gmail.com> | 2016-08-13 17:17:35 +0300 |
---|---|---|
committer | theirix <theirix@gmail.com> | 2016-08-13 17:17:35 +0300 |
commit | fb73ab95ea23db486f5f4d380af0ff68e6f01f34 (patch) | |
tree | 426c23def75e3360f10d18bd8c3485d26ec9f615 /README.md | |
parent | 9c4f80449be1776978a7a0829d20e1c503655d39 (diff) |
Added instructions on running tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -15,6 +15,10 @@ In order to compile this library do - ./configure - make +To run tests do additionally: + +- make check + Please note that the pre-requisites for compilation include: - GNU tools (autogen, automake, autoconf, libtool) - GNU C compiler (gcc) @@ -34,6 +38,7 @@ The entire procedure of adding new protocols in detail: 9. ./autogen.sh 10. ./configure 11. make +12. make check ### Creating A Source File Tar Ball @@ -41,6 +46,10 @@ If you want to distribute a source tar file of nDPI do: - make dist +To ensure that a tar file includes all necessary files and to run tests on distribution do: + +- make distcheck + [ntopng_logo]: https://camo.githubusercontent.com/0f789abcef232035c05e0d2e82afa3cc3be46485/687474703a2f2f7777772e6e746f702e6f72672f77702d636f6e74656e742f75706c6f6164732f323031312f30382f6e746f706e672d69636f6e2d313530783135302e706e67 [ntop_logo]: https://camo.githubusercontent.com/58e2a1ecfff62d8ecc9d74633bd1013f26e06cba/687474703a2f2f7777772e6e746f702e6f72672f77702d636f6e74656e742f75706c6f6164732f323031352f30352f6e746f702e706e67 |