mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-12 21:11:34 +02: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