On Thu, Oct 12, 2006 at 12:45:59PM +0200, strk wrote:
> 
> Could you provide a patch for that ?

Looks like you allready did it. A drawback I see it that the runner will 
be needlessly recompiled when the .swf changes. Not a big deal.

> Also, could you have testsuite/MovieTester only built on 'make check' ?
> (I'm asking you as I see you know automake better then me :)

I'd be pleased, since that's the only kind of things I can do to help 
gnash... Here is the patch.

--
Pat
? testsuite/.deps
? testsuite/actionscript.all/Boolean.swf
? testsuite/actionscript.all/Camera.swf
? testsuite/actionscript.all/Color.swf
? testsuite/actionscript.all/ContextMenu.swf
? testsuite/actionscript.all/CustomActions.swf
? testsuite/actionscript.all/Date.swf
? testsuite/actionscript.all/Error.swf
? testsuite/actionscript.all/Function.swf
? testsuite/actionscript.all/Global.swf
? testsuite/actionscript.all/Inheritance.swf
? testsuite/actionscript.all/LoadVars.swf
? testsuite/actionscript.all/LocalConnection.swf
? testsuite/actionscript.all/Microphone.swf
? testsuite/actionscript.all/Mouse.swf
? testsuite/actionscript.all/MovieClip.swf
? testsuite/actionscript.all/NetConnection.swf
? testsuite/actionscript.all/NetStream.swf
? testsuite/actionscript.all/Number.swf
? testsuite/actionscript.all/Object.swf
? testsuite/actionscript.all/Selection.swf
? testsuite/actionscript.all/SharedObject.swf
? testsuite/actionscript.all/Stage.swf
? testsuite/actionscript.all/String.swf
? testsuite/actionscript.all/System.swf
? testsuite/actionscript.all/TextSnapshot.swf
? testsuite/actionscript.all/Video.swf
? testsuite/actionscript.all/XML.swf
? testsuite/actionscript.all/XMLNode.swf
? testsuite/actionscript.all/array.swf
? testsuite/actionscript.all/check.swf
? testsuite/actionscript.all/dejagnu.swf
? testsuite/actionscript.all/delete.swf
? testsuite/actionscript.all/embed.html
? testsuite/actionscript.all/gnash-check.out
? testsuite/actionscript.all/index.html
? testsuite/actionscript.all/index.wiki
? testsuite/actionscript.all/inheritance.swf
? testsuite/actionscript.all/out.swf
? testsuite/actionscript.all/rtmp.swf
? testsuite/actionscript.all/rtrace.swf
? testsuite/actionscript.all/strace.out
? testsuite/actionscript.all/utils.swf
? testsuite/actionscript.all/xtrace.swf
? testsuite/libbase/site.exp
? testsuite/misc-ming.all/gnash-dbg.log
? testsuite/server/.deps
? testsuite/server/Makefile
? testsuite/server/Makefile.in
? testsuite/server/gnash-dbg.log
? testsuite/server/site.exp
? testsuite/server/testrun.log
? testsuite/server/testrun.sum
Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.15
diff -u -3 -p -r1.15 Makefile.am
--- testsuite/Makefile.am       11 Oct 2006 17:04:51 -0000      1.15
+++ testsuite/Makefile.am       12 Oct 2006 12:05:53 -0000
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 
 RUNTESTDEFAULTFLAGS = 
 
 # movies.all
-SUBDIRS = \
+SUBDIRS = . \
        libbase                 \
        server                  \
        misc-ming.all           \
@@ -13,7 +13,7 @@ SUBDIRS = \
 EXTRA_DIST = check.h
 
 # could not find a way to only build this on make check
-noinst_LTLIBRARIES = libtestsuite.la 
+check_LTLIBRARIES = libtestsuite.la 
 
 libtestsuite_la_SOURCES = \
        MovieTester.h \
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to