mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
262d43af5b
Original commit message from CVS: * testsuite/caps/Makefile.am: * testsuite/caps/value_compare.c: * testsuite/caps/value_intersect.c: * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite): move two testsuite apps over to the check dir
33 lines
433 B
Makefile
33 lines
433 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 \
|
|
audioscale \
|
|
filtercaps \
|
|
eratosthenes \
|
|
renegotiate \
|
|
subtract \
|
|
sets \
|
|
simplify \
|
|
random \
|
|
structure
|
|
|
|
EXTRA_DIST = caps_strings
|
|
|
|
noinst_HEADERS = \
|
|
caps.h
|
|
|
|
tests_fail =
|
|
tests_ignore =
|