Message ID | 1512654031-22342-6-git-send-email-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Dec 07, 2017 at 03:40:31PM +0200, Petri Latvala wrote: > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > Cc: Daniel Vetter <daniel.vetter@ffwll.ch> > --- > tests/intel-ci/meson.build | 7 +++++++ > tests/meson.build | 2 ++ > 2 files changed, 9 insertions(+) > create mode 100644 tests/intel-ci/meson.build > > diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build > new file mode 100644 > index 00000000..baad3c7b > --- /dev/null > +++ b/tests/intel-ci/meson.build > @@ -0,0 +1,7 @@ > + > +testlist_files = [ > + 'fast-feedback.testlist', > + 'meta.testlist', > +] autotools seems to install the README as well? > + > +install_data(sources : testlist_files, install_dir : pkgdatadir) > 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') > -- > 2.14.1 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build new file mode 100644 index 00000000..baad3c7b --- /dev/null +++ b/tests/intel-ci/meson.build @@ -0,0 +1,7 @@ + +testlist_files = [ + 'fast-feedback.testlist', + 'meta.testlist', +] + +install_data(sources : testlist_files, install_dir : pkgdatadir) 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')
Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> --- tests/intel-ci/meson.build | 7 +++++++ tests/meson.build | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 tests/intel-ci/meson.build