[gst-cvs] gstreamer: tests: Make sure we use the local libgstbase and not a stray outside one.
Edward Hervey
bilboed at kemper.freedesktop.org
Thu Nov 5 12:11:25 PST 2009
Module: gstreamer
Branch: master
Commit: 70a08107fdda0ec49051bdd3a85a1876f465d030
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=70a08107fdda0ec49051bdd3a85a1876f465d030
Author: Edward Hervey <bilboed at bilboed.com>
Date: Thu Nov 5 21:09:28 2009 +0100
tests: Make sure we use the local libgstbase and not a stray outside one.
Theoretically we should also do this for all local libraries to make sure
we don't test with a 'stray' outside library.
---
tests/check/Makefile.am | 31 ++-----------------------------
tests/examples/manual/Makefile.am | 8 ++++++--
2 files changed, 8 insertions(+), 31 deletions(-)
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 5e92d70..ec3acbd 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -143,6 +143,7 @@ EXTRA_DIST = \
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
LDADD = $(top_builddir)/libs/gst/check/libgstcheck- at GST_MAJORMINOR@.la \
+ $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
$(GST_OBJ_LIBS) \
$(CHECK_LIBS)
@@ -158,28 +159,6 @@ libs_gdp_LDADD = \
elements_fdsrc_CFLAGS=$(GST_OBJ_CFLAGS) $(CHECK_CFLAGS) -DTESTFILE=\"$(top_srcdir)/configure.ac\"
elements_filesrc_CFLAGS=$(GST_OBJ_CFLAGS) $(CHECK_CFLAGS) -DTESTFILE=\"$(top_srcdir)/configure.ac\"
-elements_fakesink_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-
-libs_basesrc_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-libs_bitreader_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-libs_bytereader_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-libs_bytewriter_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-libs_adapter_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-libs_collectpads_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
libs_controller_LDADD = \
$(top_builddir)/libs/gst/controller/libgstcontroller- at GST_MAJORMINOR@.la \
$(LDADD)
@@ -189,12 +168,6 @@ libs_gstnetclientclock_LDADD = \
libs_gstnettimeprovider_LDADD = \
$(top_builddir)/libs/gst/net/libgstnet- at GST_MAJORMINOR@.la \
$(LDADD)
-libs_typefindhelper_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
-libs_transform1_LDADD = \
- $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
- $(LDADD)
# valgrind testing
# these just need valgrind fixing, period
@@ -267,7 +240,7 @@ coverage-report:
coverage/$$dir/index.xml > coverage/$$dir/index.html; \
fi; \
done
-
+
for file in $(COVERAGE_FILES_REL); do \
echo Generating coverage/$$file.html; \
perl $(top_srcdir)/common/coverage/coverage-report-entry.pl \
diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am
index 8d50c89..13baaf7 100644
--- a/tests/examples/manual/Makefile.am
+++ b/tests/examples/manual/Makefile.am
@@ -10,7 +10,6 @@ else
GST_LOADSAVE_SRC = xml-mp3
endif
-INCLUDES = $(GST_OBJ_CFLAGS)
# gnome_LDADD = $(GST_OBJ_LIBS) $(LIBGNOMEUI_LIBS)
# gnome_CFLAGS = $(GST_OBJ_CFLAGS) $(LIBGNOMEUI_CFLAGS)
@@ -50,6 +49,12 @@ EXAMPLES = \
decodebin \
$(GST_LOADSAVE_SRC)
+AM_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
+LDADD = $(top_builddir)/libs/gst/check/libgstcheck- at GST_MAJORMINOR@.la \
+ $(top_builddir)/libs/gst/base/libgstbase- at GST_MAJORMINOR@.la \
+ $(GST_OBJ_LIBS) \
+ $(CHECK_LIBS)
+
elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c: $(top_srcdir)/docs/manual/basics-elements.xml
$(PERL_PATH) $(srcdir)/extract.pl $@ \
$(top_srcdir)/docs/manual/basics-elements.xml
@@ -99,4 +104,3 @@ TESTS = bin \
ghostpad init
noinst_PROGRAMS = $(EXAMPLES)
-LDADD = $(GST_OBJ_LIBS)
More information about the Gstreamer-commits
mailing list