aboutsummaryrefslogtreecommitdiff
blob: 7350f7775a4d3902ddfd8ac6e90a06aac0eac4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
py.install_sources(
    [
        'test_atom.py',
        'test_check_required_use.py',
        'test_extended_atom_dict.py',
        'test_extract_affecting_use.py',
        'test_standalone.py',
        'test_best_match_to_list.py',
        'test_dep_getcpv.py',
        'test_dep_getrepo.py',
        'test_dep_getslot.py',
        'test_dep_getusedeps.py',
        'test_dnf_convert.py',
        'test_get_operator.py',
        'test_get_required_use_flags.py',
        'test_isjustname.py',
        'test_isvalidatom.py',
        'test_libc.py',
        'test_match_from_list.py',
        'test_overlap_dnf.py',
        'test_paren_reduce.py',
        'test_soname_atom_pickle.py',
        'test_use_reduce.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/dep',
    pure : not native_extensions
)