tests+mgmt: Import common unit test code NFD

This commit introduces BaseFixture, UnitTestTimeFixture,
IdentityManagementFixture, and IdentityManagementTimeFixture.
In addition to that, the command line of the unit test binary (for boost
libraries before 1.62) are extended to support multi-format output.

This commit also addresses a strange bug in the management tool that was
causing spurious segmentation faults during unit tests.

Change-Id: Ib34b4007773f0b35d9ed919eebbdc4e0d413fa1e
25 files changed
tree: 4acab1fbdabf9d94040f066cfc9993c3afb0733a
  1. .jenkins.d/
  2. .waf-tools/
  3. docs/
  4. src/
  5. tests/
  6. tools/
  7. .gitignore
  8. .jenkins
  9. .travis.yml
  10. AUTHORS.md
  11. log4cxx.properties.sample.in
  12. ndns.conf.sample.in
  13. README.md
  14. validator.conf.sample.in
  15. waf
  16. wscript
README.md

NDNS: Domain Name Service for Named Data Networking

NDNS is a completely distributed database system that largely mimics the structure of the DNS system in today's Internet but operates within the NDN architecture. Although the design of NDNS was primarily driven with a desire to provide support for cryptographic key distribution and routing scalability management, we believe that NDNS can also serve a number of other purposes during the development and deployment of the NDN architecture in coming years.