UnitTesting » History » Version 1
  Junxiao Shi, 01/18/2014 10:13 PM 
  
| 1 | 1 | Junxiao Shi | # Unit Testing | 
|---|---|---|---|
| 2 | |||
| 3 | NFD requires unit testing for most modules. | ||
| 4 | |||
| 5 | NFD uses [Boost Unit Test Framework](http://www.boost.org/doc/libs/1_42_0/libs/test/doc/html/index.html). | ||
| 6 | |||
| 7 | ## Learning Resources for Boost Unit Test Framework | ||
| 8 | |||
| 9 | * [Boost Unit Test Framework documentation](http://www.boost.org/doc/libs/1_42_0/libs/test/doc/html/index.html) | ||
| 10 | * [NDN-CPP-TLV unit tests](https://github.com/cawka/ndn-cpp/tree/new-dev/tests_boost) | ||
| 11 | * 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. | ||
| 12 | Use `--help` command line option to get more information about the available options. |