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