commit | 0e729dbb814d9096a3c961534203ed94746b68ba | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 20:24:45 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu May 24 20:24:45 2018 -0400 |
tree | 0aa10f03809aac9748c39f2cd0779dee5ba814f0 | |
parent | 03021716443451688e1a9de0cb03d8f0622f34bd [diff] |
Switch to C++14 Change-Id: I5c9d7ab7038a911d7432d511a820b86e4aebfc22 Refs: #3076
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
.