gstreamer/testsuite/clock/Makefile.am
Thomas Vander Stichele 6cf83f6d8b applying http://bugzilla.gnome.org/show_bug.cgi?id=110707 patch, should fix testsuite issues
Original commit message from CVS:
applying
http://bugzilla.gnome.org/show_bug.cgi?id=110707
patch, should fix testsuite issues
2003-05-18 22:59:51 +00:00

13 lines
286 B
Makefile

TOP_BUILDDIR=$(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(TOP_BUILDDIR) GST_REGISTRY=$(TOP_BUILDDIR)/testsuite/test-registry.xml
testprogs = clock1 clock2
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)