aboutsummaryrefslogtreecommitdiff
blob: bbfb7f97aee4f7db0abd04c34819a158e25b1fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
py.install_sources(
    [
        'test_auxdb.py',
        'test_bintree.py',
        'test_fakedbapi.py',
        'test_portdb_cache.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/dbapi',
    pure : not native_extensions
)