File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
tools/spellcheckers/test/fstbased/desktop/hfst Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 21
21
* .zhfst
22
22
* .zip
23
23
* .zpipe
24
+ * .sh.log
25
+ * .sh.trs
24
26
.DS_Store
25
27
.bundle
26
28
.~lock. * #
@@ -149,5 +151,6 @@ Makefile.in
149
151
build
150
152
bygg
151
153
generated *
154
+ test-suite.log
152
155
.deps
153
156
.generated
Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ AC_CONFIG_MACRO_DIR([m4])
34
34
AM_INIT_AUTOMAKE (
35
35
1.11.6 tar-pax - Wall - Werror
36
36
foreign - Wno-portability
37
- dnl Automake versions before 1.13 (when the serial-tests option was
38
- dnl still the default) still defined the badly obsolete macro
39
- dnl 'AM_PROG_CC_STDC'. By checking for the non-existence of this macro,
40
- dnl we can now force serial testing for newer automakes (with prettier
41
- dnl output) and at the same time work reasonably with older automakes.
42
- dnl Code based on:
43
- dnl https://lists.gnu.org/archive/html/automake/2013-01/msg00060.html
44
- m4_ifndef ( [ AM_PROG_CC_STDC] , [ serial-tests] )
45
37
)
46
38
m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
47
39
Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ GENERATION_TESTS_IN=generate-adjective-lemmas.sh.in \
18
18
generate-propernoun-lemmas.sh.in \
19
19
generate-verb-lemmas.sh.in
20
20
21
- GENERATION_TESTS =$(basename $(GENERATION_TESTS_IN ) )
21
+ GENERATION_TESTS =generate-adjective-lemmas.sh \
22
+ generate-noun-lemmas.sh \
23
+ generate-propernoun-lemmas.sh \
24
+ generate-verb-lemmas.sh
22
25
23
26
if WANT_GENERATION
24
27
TESTS+ =$(GENERATION_TESTS )
Original file line number Diff line number Diff line change 8
8
# Yaml tests are run from shell scripts - specify them here:
9
9
YAML_TEST_RUNNERS_IN =
10
10
# run-acceptor-yaml-testcases.sh.in
11
- YAML_TEST_RUNNERS =$(basename $(YAML_TEST_RUNNERS_IN ) )
11
+ YAML_TEST_RUNNERS =
12
+ # run-acceptor-yaml-testcases.sh
12
13
# Specify other shell scripts here to make sure they are included in the distro
13
14
# even though spellers are disabled:
14
15
OTHER_TEST_RUNNERS_IN =test-zhfst-basic-sugg-speed.sh.in \
15
16
accept-all-lemmas.sh.in
16
- OTHER_TEST_RUNNERS =$(basename $(OTHER_TEST_RUNNERS_IN ) )
17
+ OTHER_TEST_RUNNERS =test-zhfst-basic-sugg-speed.sh \
18
+ accept-all-lemmas.sh
17
19
18
20
# Only test spellers if we build spellers:
19
21
if WANT_SPELLERS
You can’t perform that action at this time.
0 commit comments