aboutsummaryrefslogtreecommitdiff
path: root/docs/meson.build
blob: 029e348c5e9b0160727afb1fb763bfc044bf47d5 (plain)
1
2
3
4
5
6
7
8
9

if rstlint.found()
    test(
        'rstlint',
        rstlint,
        suite: 'style',
        args: ['vfio-user.rst'],
    )
endif