OSDN Git Service

Merge pull request #13 from seanvk/remove-test
authorSean V. Kelley <seanvk@users.noreply.github.com>
Wed, 1 Feb 2017 05:48:41 +0000 (21:48 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2017 05:48:41 +0000 (21:48 -0800)
test: remove from library

1  2 
configure.ac

diff --combined configure.ac
@@@ -81,12 -81,7 +81,12 @@@ m4_define([libdrm_version], [2.4]
  m4_define([wayland_api_version], [1.0.0])
  
  AC_PREREQ(2.57)
 -AC_INIT([libva], [libva_version], [waldo.bastian@intel.com], libva)
 +AC_INIT([libva],
 +        [libva_version],
 +        [https://github.com/01org/libva/issues/new],
 +        [libva],
 +        [https://github.com/01org/libva])
 +
  AC_CONFIG_SRCDIR([Makefile.am])
  AC_CONFIG_MACRO_DIR([m4])
  AM_INIT_AUTOMAKE([dist-bzip2])
@@@ -330,13 -325,6 +330,6 @@@ debian.upstream/libva-x11.install.i
      pkgconfig/libva-wayland.pc
      pkgconfig/libva-x11.pc
      pkgconfig/libva.pc
-     test/Makefile
-     test/basic/Makefile
-     test/common/Makefile
-     test/decode/Makefile
-     test/encode/Makefile
-     test/putsurface/Makefile
-     test/vainfo/Makefile
      va/Makefile
      va/drm/Makefile
      va/egl/Makefile