aboutsummaryrefslogtreecommitdiff
blob: 270b8bf13e0798729e5943658c1d6a0e862a4ee6 (plain)
1
2
3
4
5
6
7
8
9
py.install_sources(
    [
        'test_NewsItem.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/news',
    pure : not native_extensions
)