meson: Install validate helpers and scenarios
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 7 Sep 2017 16:07:03 +0000 (12:07 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 7 Sep 2017 16:07:03 +0000 (12:07 -0400)
This fixes the usage of gst-validate-launcher ges with an installed
version of GES.

tests/meson.build
tests/validate/meson.build [new file with mode: 0644]
tests/validate/scenarios/meson.build [new file with mode: 0644]

index 6326d2d..547bba1 100644 (file)
@@ -3,3 +3,5 @@ if host_machine.system() != 'windows'
 subdir('check')
 endif
 
+subdir('validate')
+
diff --git a/tests/validate/meson.build b/tests/validate/meson.build
new file mode 100644 (file)
index 0000000..9437f52
--- /dev/null
@@ -0,0 +1,5 @@
+subdir ('scenarios')
+
+install_data (['geslaunch.py'],
+    install_dir : join_paths(get_option('libdir'),
+      'gst-validate-launcher', 'python', 'launcher', 'apps'))
diff --git a/tests/validate/scenarios/meson.build b/tests/validate/scenarios/meson.build
new file mode 100644 (file)
index 0000000..abf7cbb
--- /dev/null
@@ -0,0 +1,3 @@
+install_data (['ges-edit-clip-while-paused.scenario'],
+    install_dir : join_paths(get_option('datadir'),
+      'gstreamer-1.0', 'validate', 'scenarios'))