commit | 8b367fb70f1a5d0711339eb09147f6c7667b4b67 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Wed Jun 06 22:48:28 2018 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Wed Jun 06 22:53:32 2018 -0700 |
tree | 0e7a980bc266141df0b1def66f82ddd4a42ffe42 | |
parent | f79433860e31d80c4a8f536e4a3cc683ab3fdf36 [diff] |
install_helpers: add iostream include to tools fixes compilation error on Ubuntu 18.04 Change-Id: I5227413788b9a5e1e88c195a20177939fae39281
This is a Python based unit test repository which is designed for end-to-end integration testing of NDN Forwarding Daemon, NFD.
To install all NDN applications used for the tests, run ./install_apps.py install_all
. To install one or more particular apps only, find the proper command line argument(s) to use in place of install_all
by running ./install_apps.py help
.
To run all tests, run ./run_tests.py test_all
. To run one or more particular tests, run ./run_tests.py help
to find the proper command line argument(s) to use in place of test_all
.