B
    u9aw  ć               @   s.   d Z ddlZddlZdd Zedkr*e  dS )z§Tests for distutils.

The tests for distutils are defined in the distutils.tests package;
the test_suite() function there returns a test suite that's ready to
be run.
é    Nc               C   s    t j tj ” ” t j ”  d S )N)ŚtestZsupportZrun_unittestŚ	distutilsZtestsZ
test_suiteZreap_children© r   r   ś$/usr/lib/python3.7/test_distutils.pyŚ	test_main   s    r   Ś__main__)Ś__doc__Zdistutils.testsr   Ztest.supportr   r   Ś__name__r   r   r   r   Ś<module>   s
   