aboutsummaryrefslogtreecommitdiff
blob: 519972f0a866abb1968d4a5fe8f359adbb6a5699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
py.install_sources(
    [
        'setup_env.py',
        'test_dobin.py',
        'test_dodir.py',
        'test_doins.py',
        'test_eapi7_ver_funcs.py',
        'test_filter_bash_env.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/bin',
    pure : not native_extensions
)