aboutsummaryrefslogtreecommitdiff
blob: 0c3bac3ff541c7c5d0cdc0f6706801db81dfad7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
py.install_sources(
    [
        'test_autounmask.py',
        'test_depclean.py',
        'test_downgrade.py',
        'test_or_choices.py',
        'test_reinstall.py',
        'test_skip_update.py',
        'test_slot_conflict_reinstall.py',
        'test_slot_conflict_update.py',
        'test_soname_provided.py',
        'test_unsatisfiable.py',
        'test_unsatisfied.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/resolver/soname',
    pure : not native_extensions
)