Hello,
A patch for testsuite, to
* distribute XMLNode.as, *.as files included in other *.as files,
*.swf used in checks, but not generated from .as.
* use *CLEANFILES and clean-local: instead of a rewritten clean: target.
--
Pat
? 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/delete.swf
? testsuite/actionscript.all/inheritance.swf
? testsuite/actionscript.all/out.swf
? testsuite/actionscript.all/rtmp.swf
? testsuite/libbase/site.exp
? testsuite/misc-ming.all/DefineEditTextTest
? testsuite/misc-ming.all/DefineEditTextVariableNameTest
? testsuite/misc-ming.all/PlaceObject2Test
? testsuite/misc-ming.all/RemoveObject2Test
Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.33
diff -u -3 -p -r1.33 Makefile.am
--- testsuite/actionscript.all/Makefile.am 3 Oct 2006 14:12:23 -0000
1.33
+++ testsuite/actionscript.all/Makefile.am 3 Oct 2006 15:28:39 -0000
@@ -90,10 +90,22 @@ GENERATED = \
Inheritance.swf \
NetConnection.swf \
XML.swf \
+ XMLNode.swf \
Function.swf \
inheritance.swf
-EXTRA_DIST = $(GENERATED:.swf=.as)
+EXTRA_DIST = $(GENERATED:.swf=.as) \
+ check.as \
+ dejagnu.as \
+ rtrace.as \
+ utils.as \
+ xtrace.as \
+ moviecliploader_test.swf \
+ movieclip_test.swf \
+ text_formatting.swf \
+ text_sizes.swf \
+ visible_and_transparency.swf \
+ swf_exists.exp
if ENABLE_MING
TARGET = $(GENERATED)
@@ -102,7 +114,18 @@ else
TARGET =
endif
-all:
+CLEANFILES = gnash-dbg.log \
+ *.as.pp *.as.swf *.vswf *swf.frame*.pp \
+ site.bak site.exp testrun.sum testrun.log
+
+DISTCLEANFILES = index.wiki index.html embed.html
+
+
+MAINTAINERCLEANFILES = $(GENERATED)
+
+all:
+
+check-local: $(TARGET)
swf: $(TARGET)
@@ -164,10 +187,6 @@ test: $(GENERATED)
echo "You need to install Ming to compile"; \
fi
-clean:
- rm -f $(GENERATED) *.as.pp *.as.swf *.vswf *swf.frame*.pp *.swf
- rm -f testrun.sum testrun.log site.bak site.exp gnash-dbg.log
- rm -f index.wiki index.html embed.html
+clean-local:
rm -Rf v5 v6 v7 v8
-
Index: testsuite/libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v
retrieving revision 1.9
diff -u -3 -p -r1.9 Makefile.am
--- testsuite/libbase/Makefile.am 3 Oct 2006 13:52:15 -0000 1.9
+++ testsuite/libbase/Makefile.am 3 Oct 2006 15:28:39 -0000
@@ -83,6 +83,7 @@ check_PROGRAMS = \
CLEANFILES = \
testrun.sum \
testrun.log \
+ gnash-dbg.log \
NoSeekFileTestCache
TESTS = \
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev