Actions
UnitTesting » History » Revision 1
Revision 1/12
| Next »
Junxiao Shi, 01/18/2014 10:13 PM
Unit Testing¶
NFD requires unit testing for most modules.
NFD uses Boost Unit Test Framework.
Learning Resources for Boost Unit Test Framework¶
- Boost Unit Test Framework documentation
- NDN-CPP-TLV unit tests
- After compiling the unit-test binary, it is possible at run time to select which tests to run and what kind of output is desired.
Use
--help
command line option to get more information about the available options.
Updated by Junxiao Shi almost 11 years ago · 12 revisions