gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./Makefile.am ./configure.ac testsuite/Ma...


From: strk
Subject: [Gnash-commit] gnash ./Makefile.am ./configure.ac testsuite/Ma...
Date: Thu, 26 Jan 2006 21:21:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/01/26 21:21:44

Modified files:
        .              : Makefile.am configure.ac 
Added files:
        testsuite      : Makefile.am 
        testsuite/actionscript.all: Makefile.am xtrace.as 

Log message:
        Added initial support for actionscript testing framework.
        This will require Ming (CVS as of today) installed.
        In this way we can have source-level actionscript test units.
        The initial unit is the base for further tests, basically
        creates a textField and provides an xtrace() function for use
        in writing there. Doesn't work with Gnash! (yet)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/Makefile.am.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/configure.ac.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/Makefile.am?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/Makefile.am?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/testsuite/actionscript.all/xtrace.as?rev=1.1

Patches:
Index: gnash/Makefile.am
diff -u gnash/Makefile.am:1.6 gnash/Makefile.am:1.7
--- gnash/Makefile.am:1.6       Thu Jan 19 23:50:11 2006
+++ gnash/Makefile.am   Thu Jan 26 21:21:44 2006
@@ -12,7 +12,7 @@
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = dejagnu
 
-STD_DIRS = libbase libgeometry server backend utilities # testsuite
+STD_DIRS = libbase libgeometry server backend utilities testsuite
 DIST_SUBDIRS = doc
 if PLUGIN
 SUBDIRS = $(STD_DIRS) plugin
Index: gnash/configure.ac
diff -u gnash/configure.ac:1.19 gnash/configure.ac:1.20
--- gnash/configure.ac:1.19     Wed Jan 25 21:22:26 2006
+++ gnash/configure.ac  Thu Jan 26 21:21:44 2006
@@ -135,6 +135,7 @@
 AM_PATH_JPEG
 AM_PATH_PNG
 AC_PATH_MING
+AM_CONDITIONAL(ENABLE_MING, [ test x"$MAKESWF" != x ])
 AC_PATH_PROG(DOXYGEN, doxygen)
 AM_CONDITIONAL(ENABLE_DOXYGEN, [ test x"$DOXYGEN" != x ])
 
@@ -178,6 +179,8 @@
 doc/Makefile
 doc/C/Makefile
 doc/Doxyfile
+testsuite/Makefile
+testsuite/actionscript.all/Makefile
 )
 dnl config.mk
 dnl plugin/test/Makefile




reply via email to

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