gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...
Date: Tue, 20 Feb 2007 14:23:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/20 14:23:56

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: Makefile.am RollOverOutTest-Runner.cpp 
                                 root_stop_testrunner.cpp 

Log message:
                * testsuite/misc-ming.all/: Makefile.am,
                  RollOverOutTest-Runner.cpp, root_stop_testrunner.cpp:
                  Allow run of test runners from external dirs.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2406&r2=1.2407
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.68&r2=1.69
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/RollOverOutTest-Runner.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/root_stop_testrunner.cpp?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2406
retrieving revision 1.2407
diff -u -b -r1.2406 -r1.2407
--- ChangeLog   20 Feb 2007 12:50:26 -0000      1.2406
+++ ChangeLog   20 Feb 2007 14:23:55 -0000      1.2407
@@ -1,5 +1,8 @@
 2007-02-20 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/: Makefile.am,
+         RollOverOutTest-Runner.cpp, root_stop_testrunner.cpp:
+         Allow run of test runners from external dirs.
        * configure.ac: report failign gstreamer detection
          to refer to failign 0.10 or higher gstreamer 
          detection.

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- testsuite/misc-ming.all/Makefile.am 16 Feb 2007 15:33:03 -0000      1.68
+++ testsuite/misc-ming.all/Makefile.am 20 Feb 2007 14:23:56 -0000      1.69
@@ -195,6 +195,9 @@
 root_stop_testrunner_LDADD = \
        $(top_builddir)/testsuite/libtestsuite.la \
        $(NULL)
+root_stop_testrunner_CXXFLAGS = \
+       -DSRCDIR='"$(srcdir)"' \
+       -DTGTDIR='"$(abs_builddir)"' 
 root_stop_testrunner_DEPENDENCIES = \
        $(top_builddir)/testsuite/libtestsuite.la \
        root_stop_test.swf      \
@@ -461,6 +464,9 @@
 RollOverOutTest_Runner_LDADD = \
        $(top_builddir)/testsuite/libtestsuite.la \
        $(NULL)
+RollOverOutTest_Runner_CXXFLAGS = \
+       -DSRCDIR='"$(srcdir)"' \
+       -DTGTDIR='"$(abs_builddir)"' 
 RollOverOutTest_Runner_DEPENDENCIES = \
        $(top_builddir)/testsuite/libtestsuite.la \
        RollOverOutTest.swf     \

Index: testsuite/misc-ming.all/RollOverOutTest-Runner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/RollOverOutTest-Runner.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/RollOverOutTest-Runner.cpp  29 Nov 2006 08:23:45 
-0000      1.5
+++ testsuite/misc-ming.all/RollOverOutTest-Runner.cpp  20 Feb 2007 14:23:56 
-0000      1.6
@@ -36,7 +36,7 @@
 int
 main(int /*argc*/, char** /*argv*/)
 {
-       string filename = INPUT_FILENAME;
+       string filename = string(TGTDIR) + string("/") + string(INPUT_FILENAME);
        MovieTester tester(filename);
 
        gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();

Index: testsuite/misc-ming.all/root_stop_testrunner.cpp
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/root_stop_testrunner.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/root_stop_testrunner.cpp    28 Dec 2006 00:20:26 
-0000      1.5
+++ testsuite/misc-ming.all/root_stop_testrunner.cpp    20 Feb 2007 14:23:56 
-0000      1.6
@@ -38,7 +38,7 @@
 int
 main(int /*argc*/, char** /*argv*/)
 {
-       string filename = INPUT_FILENAME;
+       string filename = string(TGTDIR) + string("/") + string(INPUT_FILENAME);
        MovieTester tester(filename);
 
        sprite_instance* root = tester.getRootMovie();




reply via email to

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