mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
Skip unittests in imported modules
This commit is contained in:
@@ -780,6 +780,7 @@ LDC_TARGETS
|
||||
|
||||
id = Lexer::idPool(name);
|
||||
m = new Module((char *) files.data[i], id, global.params.doDocComments, global.params.doHdrGeneration);
|
||||
m->isRoot = true;
|
||||
modules.push(m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user