diff options
author | David Schleef <ds@schleef.org> | 2003-10-15 01:25:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-15 01:25:41 +0000 |
commit | 9c87c528e72178dd9357a8ff9c958d9fdac562ef (patch) | |
tree | 412df932e3645998493ea7d08fa63735c3f15358 /testsuite/states | |
parent | dcb2dce108c378240fbbc0321e19e969fe3dbe79 (diff) |
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.
Diffstat (limited to 'testsuite/states')
-rw-r--r-- | testsuite/states/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/testsuite/states/Makefile.am b/testsuite/states/Makefile.am index 8f8ee1034..2c7020fa6 100644 --- a/testsuite/states/Makefile.am +++ b/testsuite/states/Makefile.am @@ -1,11 +1,8 @@ -GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) -TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml +include ../Rules -testprogs = locked +tests_pass = locked +tests_fail = -TESTS = $(testprogs) - -check_PROGRAMS = $(testprogs) locked_LDADD = $(GST_LIBS) locked_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS) |