External lib unittests: they're killin me!

Jacob Carlborg doob at me.com
Tue May 21 05:17:55 PDT 2013


On 2013-05-21 09:35, Jens Mueller wrote:

> It is possible and we shouldn't push functionality into the compiler
> when the issue is solvable in a library.
> https://github.com/jkm/dtest (shameless plug) has the command line
> switch --include to specify which modules should be tested.

I'm using an rspec influenced library I wrote:

https://github.com/jacob-carlborg/dspec

Not very advanced. I still need a good way to run the tests. Now I'm 
just using a shell script. To see it in action, have a look here:

https://github.com/jacob-carlborg/orange/tree/master/tests

Yes, it does some operator overload abuse.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list