Reputation: 104
Looking at http://savannah.gnu.org/projects/nana/ it seems that the last work was done on Nana four years ago, and the official gnu.org homepage for nana is a placeholder. Given how inactive projects tend to suffer from bitrot:
Upvotes: 5
Views: 1626
Reputation: 70372
Boost Test Library is an option for the assertion checking part.
Upvotes: 1
Reputation: 95619
If you are looking for a logging library, use Log4Cxx:
http://logging.apache.org/log4cxx/
If you are looking for assertion checking, use a unit-testing framework such as UnitTest++:
http://unittest-cpp.sourceforge.net/UnitTest++.html
Upvotes: 1