Skip unittests in imported modules

This commit is contained in:
Alexey Prokhin
2011-04-30 15:30:57 +04:00
parent 7070239e7d
commit 6bc2431b6b
7 changed files with 12 additions and 1 deletions

View File

@@ -214,6 +214,8 @@ struct Module : Package
// array ops emitted in this module already
StringTable arrayfuncs;
bool isRoot;
#endif
};