diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-03-25 17:41:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-05-25 19:42:45 (GMT) |
commit | 69a0d4b42ca97f034dd6a00fd72c41a6719e225c (patch) | |
tree | ccae132a831e8c731d38c1f01b44bc5eb6a41fae /test | |
parent | d4b41bbd10023f8c391b4bbd2928cc435e19eda3 (diff) | |
download | SCons-69a0d4b42ca97f034dd6a00fd72c41a6719e225c.zip SCons-69a0d4b42ca97f034dd6a00fd72c41a6719e225c.tar.gz SCons-69a0d4b42ca97f034dd6a00fd72c41a6719e225c.tar.bz2 |
Fix clang and mingw tests
Diffstat (limited to 'test')
-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 |