mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
9c87c528e7
Original commit message from CVS: Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tests pass, some fail; the expected sucess/failure is coded in the Makefile.am's. gst-register is properly run for both 'make check' and 'make distcheck'. Much of the common infrastructure is coded in testsuite/Rules.
8 lines
90 B
Makefile
8 lines
90 B
Makefile
include ../Rules
|
|
|
|
tests_pass =
|
|
tests_fail = test1
|
|
|
|
test1_SOURCES = test1.c gstbstest.c
|
|
|
|
|