Massive patch to make 'make check' work properly. Many compilation fixes -- everythi...
authorDavid Schleef <ds@schleef.org>
Wed, 15 Oct 2003 01:25:41 +0000 (01:25 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 15 Oct 2003 01:25:41 +0000 (01:25 +0000)
commit9c87c528e72178dd9357a8ff9c958d9fdac562ef
tree412df932e3645998493ea7d08fa63735c3f15358
parentdcb2dce108c378240fbbc0321e19e969fe3dbe79
Massive patch to make 'make check' work properly.  Many compilation fixes -- everything should compile now.  Some tes...

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.
58 files changed:
tests/old/testsuite/Makefile.am
tests/old/testsuite/Rules [new file with mode: 0644]
tests/old/testsuite/bytestream/Makefile.am
tests/old/testsuite/bytestream/gstbstest.c
tests/old/testsuite/bytestream/mem.c [deleted file]
tests/old/testsuite/bytestream/mem.h [deleted file]
tests/old/testsuite/bytestream/test1.c
tests/old/testsuite/caps/Makefile.am
tests/old/testsuite/cleanup/Makefile.am
tests/old/testsuite/clock/Makefile.am
tests/old/testsuite/debug/Makefile.am
tests/old/testsuite/dynparams/Makefile.am
tests/old/testsuite/dynparams/dparamstest.c
tests/old/testsuite/elements/Makefile.am
tests/old/testsuite/indexers/Makefile.am
tests/old/testsuite/parse/Makefile.am
tests/old/testsuite/parse/parse1.c
tests/old/testsuite/plugin/Makefile.am
tests/old/testsuite/refcounting/Makefile.am
tests/old/testsuite/refcounting/bin.c
tests/old/testsuite/refcounting/element.c
tests/old/testsuite/refcounting/element_pad.c
tests/old/testsuite/refcounting/pad.c
tests/old/testsuite/refcounting/sched.c
tests/old/testsuite/states/Makefile.am
tests/old/testsuite/threads/Makefile.am
tests/old/testsuite/threads/thread.c
tests/old/testsuite/threads/threadd.c
tests/old/testsuite/threads/threade.c
testsuite/Makefile.am
testsuite/Rules [new file with mode: 0644]
testsuite/bytestream/Makefile.am
testsuite/bytestream/gstbstest.c
testsuite/bytestream/mem.c [deleted file]
testsuite/bytestream/mem.h [deleted file]
testsuite/bytestream/test1.c
testsuite/caps/Makefile.am
testsuite/cleanup/Makefile.am
testsuite/clock/Makefile.am
testsuite/debug/Makefile.am
testsuite/dynparams/Makefile.am
testsuite/dynparams/dparamstest.c
testsuite/elements/Makefile.am
testsuite/indexers/Makefile.am
testsuite/parse/Makefile.am
testsuite/parse/parse1.c
testsuite/plugin/Makefile.am
testsuite/refcounting/Makefile.am
testsuite/refcounting/bin.c
testsuite/refcounting/element.c
testsuite/refcounting/element_pad.c
testsuite/refcounting/pad.c
testsuite/refcounting/sched.c
testsuite/states/Makefile.am
testsuite/threads/Makefile.am
testsuite/threads/thread.c
testsuite/threads/threadd.c
testsuite/threads/threade.c