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