Home | History | Annotate | Download | only in d

Lines Matching defs:unitTests

88   vec <tree, va_gc> *unitTests;
116 about the module that gets compiled in only when unittests are enabled. */
172 /* D static ctors, static dtors, unittests, and the ModuleInfo
236 destructors, unittests, members, classes, and imports for the given module.
744 that references all compiled in unittests, this allows compiling library
783 if (mi.unitTests)
785 mi.unitTests, NULL);
787 mi.unitTests = NULL;
813 if (mi.unitTests)
815 mi.unitTests, NULL);
854 compiling in unittests are kept track of separately so they are
898 vec_safe_push (minfo->unitTests, decl);