blob: d1115c5ffa98bb194341581a4994d91997461edd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: LGPL-2.1+
subdir('libnm')
subdir('api')
test(
'check-docs',
find_program(join_paths(source_root, 'tools', 'check-docs.sh')),
args: [source_root, build_root],
)
|