Re: C++ testing library
On Thu, Feb 20, 2014 at 6:12 PM, Jan Gloser <jan.renra.gloser@gmail.com> wrote:
> 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
Yay ! Yet-Another C++ Unit Test framework !
http://gamesfromwithin.com/exploring-the-c-unit-testing-framework-jungle
If your 'package' is composed of solely a single file, I doubt it will
make it into debian. Esp since you did not explain why your
implementation is so much different from all others (most of them are
already present in debian anyway).
--
Mathieu
Reply to: