mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 10:57:35 +03:00
Skip unittests in imported modules
This commit is contained in:
parent
7070239e7d
commit
6bc2431b6b
7 changed files with 12 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue