weston/doc/sphinx/toc/meson.build
Pekka Paalanen c22f357464 doc: overview of the test suite
This should lower the barrier to entry for writing more tests.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2020-01-30 10:10:34 +00:00

12 lines
251 B
Meson

# you need to add here any files you add to the toc directory as well
files = [
'libweston.rst',
'test-suite.rst',
'test-suite-api.rst',
]
foreach file : files
configure_file(input: file, output: file, copy: true)
endforeach
subdir('libweston')