gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9743: use the new classes.exp test d


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9743: use the new classes.exp test driver for AS3 test suite. 261 passes! 491 failures...
Date: Sat, 16 May 2009 14:57:01 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 9743
committer: address@hidden
branch nick: avm2
timestamp: Sat 2009-05-16 14:57:01 -0600
message:
  use the new classes.exp test driver for AS3 test suite. 261 passes! 491 
failures...
modified:
  testsuite/as3/classes.all/Makefile.am
=== modified file 'testsuite/as3/classes.all/Makefile.am'
--- a/testsuite/as3/classes.all/Makefile.am     2009-05-16 18:30:02 +0000
+++ b/testsuite/as3/classes.all/Makefile.am     2009-05-16 20:57:01 +0000
@@ -27,6 +27,8 @@
 # hopefully preprocessor is builtin in this case
 HAXE_CPP = $(CPP) -x c -P -I$(srcdir)
 
+TEST_DRIVERS = classes.exp
+
 # This gets it's values from the Makefile fragments.
 check_SCRIPTS =
 
@@ -85,3 +87,14 @@
        *_testrunner \
        *_Runner
 
+check-DEJAGNU: $(check_SCRIPTS)
+       @runtest=$(RUNTEST); \
+       if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
+           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../gnashrc $$runtest 
$(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
+       else \
+         echo "WARNING: could not find \`runtest'" 1>&2; \
+          for i in "$(TEST_CASES)"; do \
+           GNASH_GC_TRIGGER_THRESHOLD=0 GNASHRC=../gnashrc $(SHELL) $$i; \
+         done; \
+       fi
+


reply via email to

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