aboutsummaryrefslogtreecommitdiff
blob: 240551984318507037dd0c3f69273f7457353e64 (plain)
1
2
3
4
5
6
7
8
9
10
py.install_sources(
    [
        'test_config_file_set.py',
        'test_static_file_set.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/sets/files',
    pure : not native_extensions
)