? 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/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/array.swf ? testsuite/actionscript.all/delete.swf ? testsuite/actionscript.all/gnash-dbg.log ? testsuite/actionscript.all/inheritance.swf ? testsuite/actionscript.all/out.swf ? testsuite/actionscript.all/site.exp ? testsuite/actionscript.all/testrun.log ? testsuite/actionscript.all/testrun.sum Index: testsuite/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v retrieving revision 1.5 diff -u -3 -p -r1.5 Makefile.am --- testsuite/Makefile.am 17 Sep 2006 19:45:59 -0000 1.5 +++ testsuite/Makefile.am 22 Sep 2006 10:36:10 -0000 @@ -2,4 +2,4 @@ AUTOMAKE_OPTIONS = RUNTESTDEFAULTFLAGS = -SUBDIRS = actionscript.all # misc-ming.all # movies.all +SUBDIRS = actionscript.all libbase misc-ming.all # movies.all Index: testsuite/actionscript.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v retrieving revision 1.31 diff -u -3 -p -r1.31 Makefile.am --- testsuite/actionscript.all/Makefile.am 19 Sep 2006 10:43:27 -0000 1.31 +++ testsuite/actionscript.all/Makefile.am 22 Sep 2006 10:36:10 -0000 @@ -41,7 +41,7 @@ AUTOMAKE_OPTIONS = dejagnu # We don't need --tool anymore RUNTESTDEFAULTFLAGS = swf_exists.exp -noinst_SCRIPTS = gen-test.sh +dist_noinst_SCRIPTS = gen-test.sh gen-index.sh INCLUDES = -I.. \ -I$(top_srcdir) \ @@ -102,6 +102,10 @@ else TARGET = endif +CLEANFILES = \ + testrun.sum \ + testrun.log + all: $(TARGET) swf: $(TARGET) Index: testsuite/libbase/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v retrieving revision 1.5 diff -u -3 -p -r1.5 Makefile.am --- testsuite/libbase/Makefile.am 29 Jul 2006 23:12:53 -0000 1.5 +++ testsuite/libbase/Makefile.am 22 Sep 2006 10:36:10 -0000 @@ -79,6 +79,10 @@ noinst_PROGRAMS = \ URLTest \ RcTest +CLEANFILES = \ + testrun.sum \ + testrun.log + CurlStreamTest_SOURCES = CurlStreamTest.cpp CurlStreamTest_CPPFLAGS = '-DINPUT="$(srcdir)/CurlStreamTest.cpp"'