gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite Makefile.am


From: Rob Savoye
Subject: [Gnash-commit] gnash/testsuite Makefile.am
Date: Fri, 13 Oct 2006 20:19:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/13 20:19:24

Modified files:
        testsuite      : Makefile.am 

Log message:
        Analyse the test run after it's done.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- Makefile.am 12 Oct 2006 13:24:11 -0000      1.16
+++ Makefile.am 13 Oct 2006 20:19:24 -0000      1.17
@@ -1,7 +1,5 @@
 AUTOMAKE_OPTIONS = 
 
-RUNTESTDEFAULTFLAGS = 
-
 # movies.all
 SUBDIRS = \
        .                       \
@@ -11,7 +9,9 @@
        actionscript.all        \
        $(NULL)
 
-EXTRA_DIST = check.h
+EXTRA_DIST = check.h media
+
+noinst_SCRIPTS = anaylse-results.sh
 
 # could not find a way to only build this on make check
 check_LTLIBRARIES = libtestsuite.la 
@@ -29,3 +29,6 @@
         -I$(top_srcdir)/server  \
         -I$(top_srcdir)/server/parser  \
        $(NULL)
+
+check: check-recursive
+       $(srcdir)/anaylse-results.sh




reply via email to

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