Fixed indentation in cell format dialog. [#683576]
[gnumeric.git] / test / Makefile.am
blob03b22a964aefdbf679c45cffa40774745780b143
1 # First digit after "t" the type of test:
3 # 1xxx: Evaluation
4 # 10xx:   Large groups of functions
5 # 11xx:   Specific functions
6 # 18xx:   Operators
7 # 19xx:   Evaluation modes, regressions
9 # 2xxx: Internal sstest
11 # 5xxx: Importers
12 # 59xx:   Minor formats
14 # 6xxx: Exporters
15 # 69xx:   Minor formats
17 # 7xxx: Features
18 # 70xx:   Goal seek
19 # 71xx:   Solver
21 # 8xxx: Runs with valgrind and similar tools.
22 # 80xx:   Valgrind
23 # 81xx:   Stuff from tools/
24 # 82xx:   G_SLICE debug and similar
26 # 90xx: Misc stuff.
28 TESTS = $(sort $(wildcard $(srcdir)/t[0-9][0-9][0-9][0-9]-*.pl))
29 SUPPS = common.supp commondots.supp gui.supp t8003-valgrind-pdf.supp
31 import-db:
32         for t in $(srcdir)/t5[0-9][0-9][0-9]-*.pl; do echo "*** $$t ***"; $(PERL) $$t create-db; done
35 EXTRA_DIST = GnumericTest.pm $(SUPPS) normalize-gnumeric $(TESTS)
36 .PHONY: import-db $(TESTS)
37 .NOTPARALLEL: