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, 18 Apr 2007 03:34:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/04/18 03:34:16

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

Log message:
        activate testcase path_format_test.c

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- Makefile.am 16 Apr 2007 12:31:02 -0000      1.93
+++ Makefile.am 18 Apr 2007 03:34:16 -0000      1.94
@@ -106,6 +106,7 @@
        DrawingApiTestRunner \
        get_frame_number_test \
        frame_label_test \
+       path_format_test \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
@@ -142,6 +143,7 @@
        displaylist_depths_testrunner \
        get_frame_number_testrunner \
        frame_label_testrunner \
+       path_format_testrunner \
        matrix_testrunner \
        $(NULL)
 
@@ -417,6 +419,20 @@
        sh $< -r5 $(top_builddir) frame_label_test.swf > $@
        chmod 755 $@
 
+path_format_test_SOURCES =     \
+       path_format_test.c      \
+       ming_utils.h            \
+       ming_utils.c            \
+       $(NULL)
+path_format_test_LDADD = $(MING_LIBS)
+
+path_format_test.swf: path_format_test
+       ./path_format_test $(top_srcdir)/testsuite/media
+
+path_format_testrunner: $(srcdir)/../generic-testrunner.sh path_format_test.swf
+       sh $< -r5 $(top_builddir) path_format_test.swf > $@
+       chmod 755 $@
+
 attachMovieTest_SOURCES =      \
        attachMovieTest.c       \
        ming_utils.h            \
@@ -926,6 +942,7 @@
        matrix_testrunner \
        get_frame_number_testrunner \
        frame_label_testrunner \
+       path_format_testrunner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS




reply via email to

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