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
This commit is contained in:
Thomas Vander Stichele 2002-02-21 17:33:59 +00:00
parent c03d32e142
commit c5ceb37577

View file

@ -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)