Explanation: Confdump-Agent's reliability currently owes it all to C++'s static checking. The code however begins to be complex enough to require further testing.
Expected result: Integrate a testing tool into the existing build system (CTest?). Provide a decent coverage of the common namespaces (Confdump, Confdump::System) and a basic coverage of the system-specific dumpers (Confdump::System::{Linux,Win32,WMI}).
Knowledge Prerequisite: CMake, CTest (or equivalent), Boost.Test (or equivalent), C++.