aboutsummaryrefslogtreecommitdiff
blob: d927acbdd8755df07df547edf4db12a26c7e3d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
py.install_sources(
    [
        'test_compat_coroutine.py',
        'test_done_callback.py',
        'test_done_callback_after_exit.py',
        'test_iter_completed.py',
        'test_retry.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/util/futures',
    pure : false
)

subdir('asyncio')