gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/misc-ming.all Makefile.am


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all Makefile.am
Date: Wed, 23 May 2007 07:01:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/05/23 07:01:37

Modified files:
        testsuite/misc-ming.all: Makefile.am 

Log message:
        add tests for shapes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.124&r2=1.125

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- Makefile.am 22 May 2007 18:20:03 -0000      1.124
+++ Makefile.am 23 May 2007 07:01:37 -0000      1.125
@@ -78,6 +78,8 @@
        loop_test \
        loop_test2 \
        loop_test3 \
+       loop_test4 \
+       loop_test5 \
        loop_test-Runner \
        place_object_test \
        move_object_test \
@@ -141,6 +143,7 @@
        Video-EmbedSquareTestRunner \
        NetStream-SquareTest \
        NetStream-SquareTestRunner \
+       shape_test \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
@@ -207,6 +210,9 @@
        getTimer_testrunner \
        loop_test2runner \
        loop_test3runner \
+       loop_test4runner \
+       loop_test5runner \
+       shape_testrunner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
@@ -385,6 +391,36 @@
        sh $< -f20 $(top_builddir) loop_test3.swf > $@
        chmod 755 $@
 
+loop_test4_SOURCES = loop_test4.c
+loop_test4_LDADD = libgnashmingutils.la
+
+loop_test4.swf: loop_test4
+       ./loop_test4 $(top_srcdir)/testsuite/media
+
+loop_test4runner: $(srcdir)/../generic-testrunner.sh loop_test4.swf
+       sh $< -f20 $(top_builddir) loop_test4.swf > $@
+       chmod 755 $@
+
+loop_test5_SOURCES = loop_test5.c
+loop_test5_LDADD = libgnashmingutils.la
+
+loop_test5.swf: loop_test5
+       ./loop_test5 $(top_srcdir)/testsuite/media
+
+loop_test5runner: $(srcdir)/../generic-testrunner.sh loop_test5.swf
+       sh $< -f20 $(top_builddir) loop_test5.swf > $@
+       chmod 755 $@
+
+shape_test_SOURCES = shape_test.c
+shape_test_LDADD = libgnashmingutils.la
+
+shape_test.swf: shape_test
+       ./shape_test $(top_srcdir)/testsuite/media
+
+shape_testrunner: $(srcdir)/../generic-testrunner.sh shape_test.swf
+       sh $< -f20 $(top_builddir) shape_test.swf > $@
+       chmod 755 $@
+
 key_event_test_SOURCES = key_event_test.c
 key_event_test_LDADD = libgnashmingutils.la
 
@@ -1357,6 +1393,9 @@
        NetStream-SquareTestRunner \
        loop_test2runner \
        loop_test3runner \
+       loop_test4runner \
+       loop_test5runner \
+       shape_testrunner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]