gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10904: make the haxe based tests ca


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10904: make the haxe based tests cases conditional on haxe being installed.
Date: Thu, 21 May 2009 09:57:48 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10904
committer: address@hidden
branch nick: trunk
timestamp: Thu 2009-05-21 09:57:48 -0600
message:
  make the haxe based tests cases conditional on haxe being installed.
modified:
  configure.ac
  testsuite/as3/Makefile.am
=== modified file 'configure.ac'
--- a/configure.ac      2009-05-20 16:47:49 +0000
+++ b/configure.ac      2009-05-21 15:57:48 +0000
@@ -1686,6 +1686,7 @@
 AM_CONDITIONAL(ENABLE_MTASC, [ test x"$MTASC" != x ])
 AM_CONDITIONAL(ENABLE_HAXE, [ test x"$HAXE" != x ])
 AM_CONDITIONAL(ENABLE_SWFC, [ test x"$SWFC" != x ])
+AM_CONDITIONAL(ENABLE_HAXE, [ test x"$HAXE" != x ])
 
 AC_PATH_PROG(DOXYGEN, doxygen)
 AM_CONDITIONAL(ENABLE_DOXYGEN, [ test x"$DOXYGEN" != x ])

=== modified file 'testsuite/as3/Makefile.am'
--- a/testsuite/as3/Makefile.am 2009-03-31 09:02:23 +0000
+++ b/testsuite/as3/Makefile.am 2009-05-21 15:57:48 +0000
@@ -18,6 +18,10 @@
 
 AUTOMAKE_OPTIONS = dejagnu
 
+if ENABLE_HAXE
+SUBDIRS = classes.all
+endif
+
 # These will get executed and parsed for test output
 SANE_AS3TESTS = \
        $(NULL)


reply via email to

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