summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-12-12 13:07:56 +0200
committerPetri Latvala <petri.latvala@intel.com>2017-12-21 11:21:43 +0200
commitbeb26d89ff5c5621c1e6b6ac2a45439507af86b7 (patch)
treeb043bb3dfdd39a76091ed029d99286dd29dd073c /tests/meson.build
parentc1e40f64bf74fbdf318a73d5f49433bf37096e45 (diff)
meson: Install .testlist files and README from tests/intel-ci
v2: README too, and a better variable name (Ville) Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 1d1cbe3a..4c4bee1d 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -319,3 +319,5 @@ image_files = [
'pass.png',
]
install_data(sources : image_files, install_dir : pkgdatadir)
+
+subdir('intel-ci')