aboutsummaryrefslogtreecommitdiff
blob: b0377dc9aed895cbc7bd681b2bdbc2bdb6402bdf (plain)
1
2
3
4
5
6
7
8
9
10
py.install_sources(
    [
        'test_lazy_import_portage_baseline.py',
        'test_preload_portage_submodules.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/lazyimport',
    pure : not native_extensions
)