[gnumeric] test: survive automake 1.13 breakage.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] test: survive automake 1.13 breakage.
- Date: Wed, 12 Feb 2014 02:59:47 +0000 (UTC)
commit 9171aee4acdac40b0e70c7407746aea7c2b9a5a8
Author: Morten Welinder <terra gnome org>
Date: Tue Feb 11 21:58:30 2014 -0500
test: survive automake 1.13 breakage.
Evidently the Automake people feel that gtk+ shouldn't be the only
one breaking perfectly fine code regularly.
configure.ac | 3 --
test/.gitignore | 2 +
test/Makefile.am | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 95 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3984458..eb81054 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1055,9 +1055,6 @@ AC_ARG_WITH([typelib-dir],
)
AC_SUBST(TYPELIBDIR)
-AC_SUBST([auto_find_tests], ['$(sort $(wildcard $(srcdir)/t[[0-9]][[0-9]][[0-9]][[0-9]]-*.pl))'])
-
-
dnl **************************************************
dnl * Config defaults
dnl **************************************************
diff --git a/test/.gitignore b/test/.gitignore
index 72be1a1..a0b451d 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -6,3 +6,5 @@ import-db
*~
zzuftmp
zzuf.log
+*.pl.log
+*.pl.trs
diff --git a/test/Makefile.am b/test/Makefile.am
index f44986d..04cf0f4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -25,10 +25,100 @@
#
# 90xx: Misc stuff.
-# This is a working for automake's problem with wildcards. See
-# http://permalink.gmane.org/gmane.comp.sysutils.automake.bugs/7413
TESTS_EXTENSIONS=.pl
-TESTS = @auto_find_tests@
+TESTS = t1000-statfuns.pl \
+ t1001-mathfuns.pl \
+ t1002-finfuns.pl \
+ t1003-engfuns.pl \
+ t1004-textfuns.pl \
+ t1005-logfuns.pl \
+ t1006-datefuns.pl \
+ t1007-dbfuns.pl \
+ t1008-infofuns.pl \
+ t1009-lookfuns.pl \
+ t1010-bitwise.pl \
+ t1011-yalta2008.pl \
+ t1012-burkhardt.pl \
+ t1013-crlibm.pl \
+ t1014-amath.pl \
+ t1100-chitest.pl \
+ t1101-ftest.pl \
+ t1102-ttest.pl \
+ t1103-sumif.pl \
+ t1104-linest.pl \
+ t1105-gamma.pl \
+ t1800-operators.pl \
+ t1900-array.pl \
+ t1901-regress.pl \
+ t1902-array-intersection.pl \
+ t2000-names-insdel.pl \
+ t2001-func-help.pl \
+ t2002-nonascii-numbers.pl \
+ t2003-random-generators.pl \
+ t2800-style-optimizer.pl \
+ t5900-sc.pl \
+ t5901-qpro.pl \
+ t5902-applix.pl \
+ t5903-sylk.pl \
+ t5904-mps.pl \
+ t6000-statfuns.pl \
+ t6001-mathfuns.pl \
+ t6002-objs.pl \
+ t6003-lookfuns.pl \
+ t6004-finfuns.pl \
+ t6100-statfuns-ods.pl \
+ t6101-mathfuns-ods.pl \
+ t6102-objs-ods.pl \
+ t6103-lookfuns-ods.pl \
+ t6104-finfuns-ods.pl \
+ t7000-goal-seek.pl \
+ t7100-solver-blend.pl \
+ t7101-solver-afiro.pl \
+ t7110-solver-Misra1a.pl \
+ t7111-solver-Chwirut2.pl \
+ t7112-solver-Chwirut1.pl \
+ t7113-solver-Lanczos3.pl \
+ t7114-solver-Gauss1.pl \
+ t7115-solver-Gauss2.pl \
+ t7116-solver-DanWood.pl \
+ t7117-solver-Misra1b.pl \
+ t7120-solver-Kirby2.pl \
+ t7121-solver-Hahn1.pl \
+ t7122-solver-Nelson.pl \
+ t7123-solver-MGH17.pl \
+ t7124-solver-Lanczos1.pl \
+ t7125-solver-Lanczos2.pl \
+ t7126-solver-Gauss3.pl \
+ t7127-solver-Misra1c.pl \
+ t7128-solver-Misra1d.pl \
+ t7129-solver-Roszman1.pl \
+ t7130-solver-ENSO.pl \
+ t7140-solver-MGH09.pl \
+ t7141-solver-Thurber.pl \
+ t7142-solver-BoxBOD.pl \
+ t7143-solver-Rat42.pl \
+ t7144-solver-MGH10.pl \
+ t7145-solver-Eckerle4.pl \
+ t7146-solver-Rat43.pl \
+ t7147-solver-Bennett5.pl \
+ t8000-valgrind.pl \
+ t8001-valgrind-xls.pl \
+ t8002-valgrind-gnumeric.pl \
+ t8003-valgrind-pdf.pl \
+ t8004-valgrind-xls-macro.pl \
+ t8005-valgrind-chart-fit.pl \
+ t8050-valgrind-sstest.pl \
+ t8100-null-false.pl \
+ t8101-gfree.pl \
+ t8102-glade-visible.pl \
+ t8103-gtk.pl \
+ t8104-glade-parsing.pl \
+ t8200-gslice1.pl \
+ t8201-gslice2.pl \
+ t8202-gslice3.pl \
+ t9000-ssindex.pl \
+ t9100-number-match.pl \
+ t9999-epilogue.pl
SUPPS = common.supp gui.supp t8003-valgrind-pdf.supp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]