@@ -60,15 +60,26 @@ AC_CONFIG_FILES([Makefile \
6060 tools/tts/test/Makefile] )
6161# Add one AC_CONFIG_FILES for each script file that needs processing. This gives
6262# the most pleasant user experience and most readable autoconf code to maintain.
63- # Spell checker tests, all languages:
63+ # IF you need to add language specific scripts, put them in the end of the file
64+ # phonetics tests, all languages
6465AC_CONFIG_FILES ( [ src/fst/phonetics/tests/run_tests.sh] ,
6566 [ chmod a+x src/fst/phonetics/tests/run_tests.sh] )
67+ # analyser tests, all langauges
68+ AC_CONFIG_FILES ( [ tools/analysers/test/regresstest.sh] , \
69+ [ chmod a+x tools/analysers/test/regresstest.sh] )
70+ # tts tests, all langauges
71+ AC_CONFIG_FILES ( [ tools/tts/test/regresstest.sh] , \
72+ [ chmod a+x tools/tts/test/regresstest.sh] )
73+ # Spell checker tests, all languages:
6674AC_CONFIG_FILES ( [ tools/spellcheckers/test/test-zhfst-file.sh] , \
6775 [ chmod a+x tools/spellcheckers/test/test-zhfst-file.sh] )
6876AC_CONFIG_FILES ( [ tools/spellcheckers/test/suggestion-quality.sh] , \
6977 [ chmod a+x tools/spellcheckers/test/suggestion-quality.sh] )
7078AC_CONFIG_FILES ( [ tools/spellcheckers/test/test-zhfst-basic-sugg-speed.sh] , \
7179 [ chmod a+x tools/spellcheckers/test/test-zhfst-basic-sugg-speed.sh] )
80+ # Lemma acceptance test for spellers, all languages:
81+ AC_CONFIG_FILES ( [ tools/spellcheckers/test/accept-all-lemmas.sh] , \
82+ [ chmod a+x tools/spellcheckers/test/accept-all-lemmas.sh] )
7283# Phonology tests, all languages:
7384AC_CONFIG_FILES ( [ src/fst/morphology/test/phonology/pair-test-positive.sh] , \
7485 [ chmod a+x src/fst/morphology/test/phonology/pair-test-positive.sh] )
@@ -95,9 +106,6 @@ AC_CONFIG_FILES([src/fst/morphology/test/generate-verb-paradigm.sh], \
95106# Multichar symbol consistency
96107AC_CONFIG_FILES ( [ src/fst/morphology/test/missing-multichars.sh] , \
97108 [ chmod a+x src/fst/morphology/test/missing-multichars.sh] )
98- # Lemma acceptance test for spellers, all languages:
99- AC_CONFIG_FILES ( [ tools/spellcheckers/test/accept-all-lemmas.sh] , \
100- [ chmod a+x tools/spellcheckers/test/accept-all-lemmas.sh] )
101109# Shorthand shell scripts instead of the old-type aliases - all languages:
102110AC_CONFIG_FILES ( [ tools/shellscripts/urus-gt.sh] , \
103111 [ chmod a+x tools/shellscripts/urus-gt.sh] )
@@ -110,5 +118,5 @@ AC_CONFIG_FILES([devtools/test_voikkospell_suggestions.sh], \
110118 [ chmod a+x devtools/test_voikkospell_suggestions.sh] )
111119AC_CONFIG_FILES ( [ devtools/test_grammar_checker.sh] , \
112120 [ chmod a+x devtools/test_grammar_checker.sh] )
113-
121+ # add language specific local tests in the end:
114122] ) # gt_CONFIG_FILES
0 commit comments