Run only "unittest", skip "main"

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 24 11:02:35 PST 2015


On Sat, 24 Jan 2015 10:52:26 -0800, H. S. Teoh via Digitalmars-d-learn
wrote:

> On Sat, Jan 24, 2015 at 06:15:29PM +0000, tcak via Digitalmars-d-learn
> wrote:
>> Is there any way to run only unittest codes, and ignore main function?
>> 
>> DMD is running both of them when I use -unittest.
> 
> version(unittest)
> {
> 	void main() {}
> }
> else {
> 	void main() { /* real main code here */ }
> }

real PITA and uglyness, btw.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20150124/7bdab58d/attachment.sig>


More information about the Digitalmars-d-learn mailing list