Hello people, Earlier this week I wanted to find a C++ testing library. I tried gtest and cppunit but both of them seemed way too much overkill for my needs. So I wrote this:
https://github.com/renra/prehash_challenge_phasor_cpp/blob/master/simple_test.cpp Now I'm thinking. Is there some way for me to make a package from this code (possibly after polishing up) and push to the debian apt repository? Is there somebody who can guide me through this process? I would like to reuse it and install via apt. Thanks a lot, Jan

