diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-03-25 17:41:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-03-25 17:41:06 (GMT) |
commit | 14d20880efb6029420ff7c9fd55da4ee26893098 (patch) | |
tree | ecf0e11aee18e6b59b074234154864ba9eb5c506 /test/import.py | |
parent | 0cefc2bf199dd56d16b752042f9569a420b6ddab (diff) | |
download | SCons-14d20880efb6029420ff7c9fd55da4ee26893098.zip SCons-14d20880efb6029420ff7c9fd55da4ee26893098.tar.gz SCons-14d20880efb6029420ff7c9fd55da4ee26893098.tar.bz2 |
Fix clang and mingw tests
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index b6e5a8d..11fee9c 100644 --- a/test/import.py +++ b/test/import.py @@ -75,6 +75,8 @@ ignore = ('__init__.py', '386asm.py', 'linkloc.py', # Directory of common stuff for MSVC and MSVS 'MSCommon', + # clang common + "clangCommon", # Sun pkgchk and pkginfo common stuff 'sun_pkg.py', # RPM utilities |