summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xvmc
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-08-17 23:55:48 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-08-28 21:24:40 +0100
commit91f49befd0ab8b8c2242e94dcd7c0682adff57ff (patch)
tree1d66cff95d5e4e55677f7fc5cff1c7e67755be55 /src/gallium/state_trackers/xvmc
parent015792fb028de32293d3165e5f61b4569858d8eb (diff)
downloadexternal_mesa3d-91f49befd0ab8b8c2242e94dcd7c0682adff57ff.zip
external_mesa3d-91f49befd0ab8b8c2242e94dcd7c0682adff57ff.tar.gz
external_mesa3d-91f49befd0ab8b8c2242e94dcd7c0682adff57ff.tar.bz2
st/xvmc: automake: move tests to noinst
All the tests require an installed and setup XvMC, thus they are not good candidates for 'make check'. Keep them around as the user might want to actually test the implementation post installation/setup. Cc: Ilia Mirkin <imirkin@alum.mit.edu> Cc: Tom Stellard <thomas.stellard@amd.com> Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/state_trackers/xvmc')
-rw-r--r--src/gallium/state_trackers/xvmc/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/xvmc/Makefile.am b/src/gallium/state_trackers/xvmc/Makefile.am
index 3968238..c667ab2 100644
--- a/src/gallium/state_trackers/xvmc/Makefile.am
+++ b/src/gallium/state_trackers/xvmc/Makefile.am
@@ -32,14 +32,15 @@ noinst_LTLIBRARIES = libxvmctracker.la
libxvmctracker_la_SOURCES = $(C_SOURCES)
-check_PROGRAMS = \
+## The tests require the XvMC library to be installed and the wrapper to
+## point to the correct library (via /etc/X11/XvMCConfig).
+noinst_PROGRAMS = \
+ tests/xvmc_bench \
tests/test_context \
tests/test_surface \
tests/test_subpicture \
tests/test_blocks \
tests/test_rendering
-TESTS = $(check_PROGRAMS)
-noinst_PROGRAMS = tests/xvmc_bench
TEST_LIBS = $(XVMC_LIBS) -lXvMCW
tests_test_context_SOURCES = tests/test_context.c tests/testlib.c