mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
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>
This commit is contained in:
parent
015792fb02
commit
91f49befd0
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue