Eigenpoll : D wish list : unit test & code separation 

I think it would be more useful if the code
and the unit test where two separate binaries.

Sometimes you need to move the production binary to another machine/environment.
It would be nice if one could move the test binary with it and test that everything works.

It would also allow for arguments to the test binary,
so that you would be able to run a specific unit test.

Report this item for cleanup