gstreamer/validate/launcher/apps/meson.build
Thibault Saunier d80fb50c4b validate:launcher: Add a TestManager to run python tests
Add a stupid simple testsuite made to be configured from the outside
2018-06-15 17:57:24 -04:00

2 lines
139 B
Meson

install_data(sources: ['__init__.py', 'gstvalidate.py', 'gstcheck.py', 'pyunittest.py'],
install_dir: _launcherdir + '/apps')