aboutsummaryrefslogtreecommitdiff
blob: 0c5fb01a9958f3b01e84759f90a22302cba17dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
py.install_sources(
    [
        'test_move_ent.py',
        'test_move_slot_ent.py',
        'test_update_dbentry.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/update',
    pure : false
)