Shouldn't 'make check' only run tests listed into a TESTS variable ? Indeed it doesn't *run* the test for me under libamf, it just compiles it (automake 1.9.5)
--strk; On Sat, Sep 09, 2006 at 12:37:27AM +0200, Patrice Dumas wrote: > On Fri, Sep 08, 2006 at 09:24:58AM -0600, Rob Savoye wrote: > > Patrice Dumas wrote: > > > > Very strange... The AMF test case is currently unmaintained and bogus > > while I work adding RTMP to libCurl. So for no you can ignore most any > > error in libamf, as it's not actually being used by anything yet. > > In that case I propose the attached patch. > > -- > Pat > ? libamf/.libs > ? libamf/amf.lo > ? libamf/libgnashamf.la > ? libamf/rtmp.lo > Index: libamf/Makefile.am > =================================================================== > RCS file: /sources/gnash/gnash/libamf/Makefile.am,v > retrieving revision 1.11 > diff -u -3 -p -r1.11 Makefile.am > --- libamf/Makefile.am 13 Aug 2006 15:54:16 -0000 1.11 > +++ libamf/Makefile.am 8 Sep 2006 22:37:46 -0000 > @@ -67,7 +67,9 @@ INCLUDES = -I.. -I$(srcdir) \ > > noinst_HEADERS = amfutf8.h amf.h rtmp.h protocol.h > > -check_PROGRAMS = amftest > +# currently this test is broken > +# check_PROGRAMS = amftest > +EXTRA_PROGRAMS = amftest > amftest_SOURCES = amftest.cpp > amftest_LDADD = $(AM_LDFLAGS) libgnashamf.la > > _______________________________________________ > Gnash mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash -- /"\ ASCII Ribbon Campaign \ / Respect for low technology. X Keep e-mail messages readable by any computer system. / \ Keep it ASCII. _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
