From: Thomas Vander Stichele Date: Thu, 21 Feb 2002 17:33:59 +0000 (+0000) Subject: uncomment lame test until we can get the register to work X-Git-Tag: 1.19.3~509^2~1916^2~190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5ceb37577af41fd29973a7195a63eb447c18eef;p=platform%2Fupstream%2Fgstreamer.git uncomment lame test until we can get the register to work Original commit message from CVS: uncomment lame test until we can get the register to work --- diff --git a/ext/lame/Makefile.am b/ext/lame/Makefile.am index b685f80..9d01f15 100644 --- a/ext/lame/Makefile.am +++ b/ext/lame/Makefile.am @@ -11,7 +11,12 @@ noinst_HEADERS = gstlame.h CFLAGS = $(GST_CFLAGS) LIBS = $(GST_LIBS) $(LAME_LIBS) -testprogs = test-lame -TESTS = $(testprogs) -check_PROGRAMS = $(testprogs) +## testprogs = test-lame +## TESTS = $(testprogs) +## check_PROGRAMS = $(testprogs) + +## $(TESTS): +## @echo -e '\nrunning gst-register for tests...\n' +## $(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH) +