How do I run multiple unittests with rdmd?

Anthony anthoq88 at gmail.com
Fri Mar 5 01:47:41 UTC 2021


Hello,

I'm trying to run multiple unittest files with rdmd.
So far I use `find` to just pipe in the files. Eg:


time find source -name *__tests.d -exec rdmd -unittest --main 
-I../libprelude/source -I../libparser/source 
-I../libgeometry/source -Isource {} \;

Is there an easier way to do this?


More information about the Digitalmars-d-learn mailing list