mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
e7ed161f16
Original commit message from CVS: move over a value_serialize test
35 lines
469 B
Makefile
35 lines
469 B
Makefile
include ../Rules
|
|
|
|
tests_pass = \
|
|
app_fixate \
|
|
enumcaps \
|
|
intersection \
|
|
compatibility \
|
|
deserialize \
|
|
normalisation \
|
|
union \
|
|
string-conversions \
|
|
fixed \
|
|
fraction-convert \
|
|
fraction-multiply-and-zero \
|
|
intersect2 \
|
|
caps \
|
|
value_compare \
|
|
value_intersect \
|
|
audioscale \
|
|
filtercaps \
|
|
eratosthenes \
|
|
renegotiate \
|
|
subtract \
|
|
sets \
|
|
simplify \
|
|
random \
|
|
structure
|
|
|
|
EXTRA_DIST = caps_strings
|
|
|
|
noinst_HEADERS = \
|
|
caps.h
|
|
|
|
tests_fail =
|
|
tests_ignore =
|