diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-11-11 22:19:59 +0100 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-11-11 22:19:59 +0100 |
| commit | 21b0542823fa265c5c09ecff2b1d21c5e85daaa9 (patch) | |
| tree | 0701f75a38434497cf2e3bccd79ecbaea5d47ecd /distutils2 | |
| parent | f98e740866bd06e02a9db6f94edcb43d978998e6 (diff) | |
| download | disutils2-21b0542823fa265c5c09ecff2b1d21c5e85daaa9.tar.gz | |
...and its test
Diffstat (limited to 'distutils2')
| -rw-r--r-- | distutils2/tests/test_emxccompiler.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/distutils2/tests/test_emxccompiler.py b/distutils2/tests/test_emxccompiler.py deleted file mode 100644 index 0570f36..0000000 --- a/distutils2/tests/test_emxccompiler.py +++ /dev/null @@ -1,21 +0,0 @@ -"""Tests for distutils.emxccompiler.""" -import sys -import os - -from distutils2.tests import run_unittest -from distutils2.tests import captured_stdout - -from distutils2.compiler.emxccompiler import get_versions -from distutils2.util import get_compiler_versions -from distutils2.tests import unittest, support - -class EmxCCompilerTestCase(support.TempdirManager, - unittest.TestCase): - - pass - -def test_suite(): - return unittest.makeSuite(EmxCCompilerTestCase) - -if __name__ == '__main__': - run_unittest(test_suite()) |
