mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-27 19:50:12 +01:00
This should lower the barrier to entry for writing more tests. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
12 lines
251 B
Meson
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')
|