From aa250f90537c623b80ba97e4f57ede7f8c12f3bb Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Tue, 28 May 2024 14:14:00 +0200 Subject: [PATCH] [Template merge] devtest targets --- .gitignore | 5 +++++ Makefile.am | 1 + docs/Makefile.am | 1 + src/Makefile.am | 1 + src/cg3/Makefile.am | 1 + src/cg3/test/Makefile.am | 1 + src/fst/Makefile.am | 1 + src/fst/filters/Makefile.am | 1 + src/fst/morphology/Makefile.am | 1 + src/fst/morphology/test/Makefile.am | 1 + src/fst/morphology/test/phonology/Makefile.am | 1 + src/fst/orthography/Makefile.am | 1 + src/fst/orthography/test/Makefile.am | 1 + src/fst/phonetics/Makefile.am | 1 + src/fst/phonetics/tests/Makefile.am | 1 + src/fst/tagsets/Makefile.am | 1 + src/fst/test/Makefile.am | 1 + src/fst/transcriptions/Makefile.am | 1 + test/Makefile.am | 1 + tools/Makefile.am | 1 + tools/analysers/Makefile.am | 1 + tools/grammarcheckers/Makefile.am | 1 + tools/grammarcheckers/filters/Makefile.am | 1 + tools/grammarcheckers/tests/Makefile.am | 5 +---- tools/hyphenators/Makefile.am | 1 + tools/hyphenators/filters/Makefile.am | 1 + tools/hyphenators/test/Makefile.am | 1 + tools/hyphenators/test/fstbased/Makefile.am | 1 + tools/hyphenators/test/patternbased/Makefile.am | 1 + tools/mt/Makefile.am | 1 + tools/mt/apertium/Makefile.am | 1 + tools/mt/apertium/filters/Makefile.am | 1 + tools/mt/apertium/tagsets/Makefile.am | 1 + tools/mt/apertium/test/Makefile.am | 1 + tools/mt/cgbased/Makefile.am | 1 + tools/mt/filters/Makefile.am | 1 + tools/shellscripts/Makefile.am | 1 + tools/spellcheckers/Makefile.am | 1 + tools/spellcheckers/filters/Makefile.am | 1 + tools/spellcheckers/test/Makefile.am | 1 + tools/spellcheckers/test/fstbased/Makefile.am | 1 + tools/spellcheckers/test/fstbased/desktop/Makefile.am | 1 + tools/spellcheckers/test/fstbased/desktop/hfst/Makefile.am | 1 + tools/spellcheckers/test/fstbased/mobile/Makefile.am | 1 + tools/spellcheckers/weights/Makefile.am | 1 + tools/tokenisers/Makefile.am | 1 + tools/tokenisers/filters/Makefile.am | 1 + tools/tokenisers/tests/Makefile.am | 1 + tools/tts/Makefile.am | 1 + tools/tts/test/Makefile.am | 2 ++ 50 files changed, 55 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a7a847007..e35d0796b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,12 @@ *.zhfst *.zip *.zpipe +*.py.log +*.py.trs *.sh.log *.sh.trs +*.yaml.log +*.yaml.trs .DS_Store .bundle .~lock.*# @@ -79,6 +83,7 @@ /src/fst/phonetics/tests/tests/*.sh /test/run-morph-tester.sh /test/run-yaml-testcases.sh +/src/fst/morphology/test/*-adjective.txt /src/fst/morphology/test/all*.txt /src/fst/morphology/test/analysed*.txt /src/fst/morphology/test/filtered* diff --git a/Makefile.am b/Makefile.am index 1cb40b3fc..f38e8cf1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,4 @@ dev: # Remove html tables created by some of the developer tools: clean-local: rm -f *.html +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/docs/Makefile.am b/docs/Makefile.am index 1763a9fa2..05ef7f479 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -5,3 +5,4 @@ # The generated docs are automatically detected by the automake script include $(top_srcdir)/../giella-core/am-shared/docs-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/Makefile.am b/src/Makefile.am index a7d279fc1..4d092cbec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,3 +12,4 @@ SUBDIRS = fst cg3 ################################################################## include $(top_srcdir)/../giella-core/am-shared/src-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/cg3/Makefile.am b/src/cg3/Makefile.am index f59c34103..526408985 100644 --- a/src/cg3/Makefile.am +++ b/src/cg3/Makefile.am @@ -49,3 +49,4 @@ clean-local: ####### Build rules via include: ######## include $(top_srcdir)/../giella-core/am-shared/src-syntax-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/cg3/test/Makefile.am b/src/cg3/test/Makefile.am index 4d59abf2e..cb987cb03 100644 --- a/src/cg3/test/Makefile.am +++ b/src/cg3/test/Makefile.am @@ -8,3 +8,4 @@ # List tests that are presently (expected) failures here, ie things that should # be fixed *later*, but is not critical at the moment: # XFAIL_TESTS= +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/Makefile.am b/src/fst/Makefile.am index 275573ea0..bf975f6a5 100644 --- a/src/fst/Makefile.am +++ b/src/fst/Makefile.am @@ -649,3 +649,4 @@ EXTRA_DIST=scripts/smi-smj-conversion.pl ################################################################## include $(top_srcdir)/../giella-core/am-shared/src-fst-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/filters/Makefile.am b/src/fst/filters/Makefile.am index 608fc51bf..7ca29dad6 100644 --- a/src/fst/filters/Makefile.am +++ b/src/fst/filters/Makefile.am @@ -87,3 +87,4 @@ remove-æae-flags-after-æae.inverted.hfst: remove-æae-flags-after-æae.hfst include $(top_srcdir)/../giella-core/am-shared/src-filters-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/morphology/Makefile.am b/src/fst/morphology/Makefile.am index 8f60416a0..d30a68a56 100644 --- a/src/fst/morphology/Makefile.am +++ b/src/fst/morphology/Makefile.am @@ -139,3 +139,4 @@ include $(srcdir)/Makefile.modifications-phon.am include $(top_srcdir)/../giella-core/am-shared/src-morphology-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/morphology/test/Makefile.am b/src/fst/morphology/test/Makefile.am index 82481e4cb..ef9166419 100644 --- a/src/fst/morphology/test/Makefile.am +++ b/src/fst/morphology/test/Makefile.am @@ -42,3 +42,4 @@ EXTRA_DIST=$(TESTS) $(GENERATION_TESTS_IN) ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/morphology/test/phonology/Makefile.am b/src/fst/morphology/test/phonology/Makefile.am index 723e12c89..5c858c6ec 100644 --- a/src/fst/morphology/test/phonology/Makefile.am +++ b/src/fst/morphology/test/phonology/Makefile.am @@ -25,3 +25,4 @@ EXTRA_DIST=pair-test-positive.sh.in \ ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/orthography/Makefile.am b/src/fst/orthography/Makefile.am index dbc2466a3..31be5f767 100644 --- a/src/fst/orthography/Makefile.am +++ b/src/fst/orthography/Makefile.am @@ -31,3 +31,4 @@ GIELLA_ORTH_EXTRA_TARGETS= # General build rules included from here: include $(top_srcdir)/../giella-core/am-shared/src-orthography-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/orthography/test/Makefile.am b/src/fst/orthography/test/Makefile.am index fdf526472..556ed9566 100644 --- a/src/fst/orthography/test/Makefile.am +++ b/src/fst/orthography/test/Makefile.am @@ -36,3 +36,4 @@ EXTRA_DIST=$(OTHER_TEST_RUNNERS) \ ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/phonetics/Makefile.am b/src/fst/phonetics/Makefile.am index 3f1f01149..708045bb2 100644 --- a/src/fst/phonetics/Makefile.am +++ b/src/fst/phonetics/Makefile.am @@ -30,3 +30,4 @@ GT_PHONETICS_SUPPLEMENTS=acro2ipa.xfscript include $(top_srcdir)/../giella-core/am-shared/src-phonetics-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/phonetics/tests/Makefile.am b/src/fst/phonetics/tests/Makefile.am index dc17381e5..05af6ada3 100644 --- a/src/fst/phonetics/tests/Makefile.am +++ b/src/fst/phonetics/tests/Makefile.am @@ -17,3 +17,4 @@ endif # WANT_PHONETIC #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/src-phonetics-tests-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/tagsets/Makefile.am b/src/fst/tagsets/Makefile.am index 917951a92..92cda3aef 100644 --- a/src/fst/tagsets/Makefile.am +++ b/src/fst/tagsets/Makefile.am @@ -33,3 +33,4 @@ clean-local: include $(top_srcdir)/../giella-core/am-shared/src-tagsets-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/test/Makefile.am b/src/fst/test/Makefile.am index e7ca2c54e..d0b20c256 100644 --- a/src/fst/test/Makefile.am +++ b/src/fst/test/Makefile.am @@ -46,3 +46,4 @@ XFAIL_TESTS= ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/src/fst/transcriptions/Makefile.am b/src/fst/transcriptions/Makefile.am index 5582ff0b2..0a84db013 100644 --- a/src/fst/transcriptions/Makefile.am +++ b/src/fst/transcriptions/Makefile.am @@ -39,3 +39,4 @@ GT_CUSTOM_TARGETS= include $(top_srcdir)/../giella-core/am-shared/src-transcriptions-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/test/Makefile.am b/test/Makefile.am index aafe8739b..490d43e8f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,3 +2,4 @@ ## Copyright: Sámediggi/Divvun/UiT ## Licence: GPL v3+ +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/Makefile.am b/tools/Makefile.am index e67d1bec8..c98ef6bac 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -4,3 +4,4 @@ SUBDIRS = tokenisers analysers shellscripts \ spellcheckers hyphenators grammarcheckers mt tts +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/analysers/Makefile.am b/tools/analysers/Makefile.am index 7656d61d1..2816ee8f5 100644 --- a/tools/analysers/Makefile.am +++ b/tools/analysers/Makefile.am @@ -25,3 +25,4 @@ LOCAL_ANL_ZIP_FILES= #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/tools-analysers-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/grammarcheckers/Makefile.am b/tools/grammarcheckers/Makefile.am index 4c6d2ddfa..7e89d520c 100644 --- a/tools/grammarcheckers/Makefile.am +++ b/tools/grammarcheckers/Makefile.am @@ -56,3 +56,4 @@ valency-postspell.cg3: valency.cg3 #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/tools-grammarcheckers-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/grammarcheckers/filters/Makefile.am b/tools/grammarcheckers/filters/Makefile.am index 92c1c69c9..d0520026d 100644 --- a/tools/grammarcheckers/filters/Makefile.am +++ b/tools/grammarcheckers/filters/Makefile.am @@ -31,3 +31,4 @@ clean-local: -rm -f *fst *.txt *.regex $(GT_LOCAL_COPY_FILTER_SRCS) include $(top_srcdir)/../giella-core/am-shared/tools-grammarcheckers-filters-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/grammarcheckers/tests/Makefile.am b/tools/grammarcheckers/tests/Makefile.am index f5db6cf14..6a72b6204 100644 --- a/tools/grammarcheckers/tests/Makefile.am +++ b/tools/grammarcheckers/tests/Makefile.am @@ -170,7 +170,4 @@ endif # WANT_GRAMCHECK #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/tools-grammarcheckers-tests-dir-include.am - - - -# Here are the candidate files to be considered. +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/hyphenators/Makefile.am b/tools/hyphenators/Makefile.am index 1d99a440d..11d00075b 100644 --- a/tools/hyphenators/Makefile.am +++ b/tools/hyphenators/Makefile.am @@ -38,3 +38,4 @@ SUBDIRS = filters . test include $(srcdir)/Makefile.modification-fst.am include $(srcdir)/Makefile.modification-pattern.am include $(top_srcdir)/../giella-core/am-shared/tools-hyphenators-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/hyphenators/filters/Makefile.am b/tools/hyphenators/filters/Makefile.am index 6a36b3dce..68763a0d7 100644 --- a/tools/hyphenators/filters/Makefile.am +++ b/tools/hyphenators/filters/Makefile.am @@ -31,3 +31,4 @@ clean-local: -rm -f *.hfst *.xfst *.foma include $(top_srcdir)/../giella-core/am-shared/tools-hyphenators-filters-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/hyphenators/test/Makefile.am b/tools/hyphenators/test/Makefile.am index ea4fd5d38..5e6d4a41a 100644 --- a/tools/hyphenators/test/Makefile.am +++ b/tools/hyphenators/test/Makefile.am @@ -3,3 +3,4 @@ ## Licence: GPL v3+ SUBDIRS = fstbased patternbased +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/hyphenators/test/fstbased/Makefile.am b/tools/hyphenators/test/fstbased/Makefile.am index aafe8739b..490d43e8f 100644 --- a/tools/hyphenators/test/fstbased/Makefile.am +++ b/tools/hyphenators/test/fstbased/Makefile.am @@ -2,3 +2,4 @@ ## Copyright: Sámediggi/Divvun/UiT ## Licence: GPL v3+ +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/hyphenators/test/patternbased/Makefile.am b/tools/hyphenators/test/patternbased/Makefile.am index aafe8739b..490d43e8f 100644 --- a/tools/hyphenators/test/patternbased/Makefile.am +++ b/tools/hyphenators/test/patternbased/Makefile.am @@ -2,3 +2,4 @@ ## Copyright: Sámediggi/Divvun/UiT ## Licence: GPL v3+ +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/Makefile.am b/tools/mt/Makefile.am index af415bf5a..d32e58b31 100644 --- a/tools/mt/Makefile.am +++ b/tools/mt/Makefile.am @@ -43,3 +43,4 @@ CLEAN_FILES= # Includes: include $(srcdir)/Makefile.modifications.am include $(top_srcdir)/../giella-core/am-shared/tools-mt-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/apertium/Makefile.am b/tools/mt/apertium/Makefile.am index 1e6156a49..912b12863 100644 --- a/tools/mt/apertium/Makefile.am +++ b/tools/mt/apertium/Makefile.am @@ -53,3 +53,4 @@ CLEAN_FILES= # Includes: include $(srcdir)/Makefile.modifications.am include $(top_srcdir)/../giella-core/am-shared/tools-mt-apertium-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/apertium/filters/Makefile.am b/tools/mt/apertium/filters/Makefile.am index 4bdcefc9e..18ef0eb51 100644 --- a/tools/mt/apertium/filters/Makefile.am +++ b/tools/mt/apertium/filters/Makefile.am @@ -47,3 +47,4 @@ endif # WANT_APERTIUM include $(top_srcdir)/../giella-core/am-shared/tools-mt-apertium-filters-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/apertium/tagsets/Makefile.am b/tools/mt/apertium/tagsets/Makefile.am index 8af03f486..fd35b2ae7 100644 --- a/tools/mt/apertium/tagsets/Makefile.am +++ b/tools/mt/apertium/tagsets/Makefile.am @@ -18,3 +18,4 @@ clean-local: # General build rules included from here:# include $(top_srcdir)/../giella-core/am-shared/tools-mt-apertium-tagsets-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/apertium/test/Makefile.am b/tools/mt/apertium/test/Makefile.am index 81962df22..448f71907 100644 --- a/tools/mt/apertium/test/Makefile.am +++ b/tools/mt/apertium/test/Makefile.am @@ -23,3 +23,4 @@ XFAIL_TESTS= ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/cgbased/Makefile.am b/tools/mt/cgbased/Makefile.am index 98afb339a..387903a2f 100644 --- a/tools/mt/cgbased/Makefile.am +++ b/tools/mt/cgbased/Makefile.am @@ -25,3 +25,4 @@ clean-local: # General build rules included from here:# include $(top_srcdir)/../giella-core/am-shared/tools-mt-cgbased-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/mt/filters/Makefile.am b/tools/mt/filters/Makefile.am index 553772684..4bf5789ec 100644 --- a/tools/mt/filters/Makefile.am +++ b/tools/mt/filters/Makefile.am @@ -39,3 +39,4 @@ endif # WANT_APERTIUM include $(top_srcdir)/../giella-core/am-shared/tools-mt-filters-dir-include.am # vim: set ft=automake: +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/shellscripts/Makefile.am b/tools/shellscripts/Makefile.am index 6c68602e4..1ad329745 100644 --- a/tools/shellscripts/Makefile.am +++ b/tools/shellscripts/Makefile.am @@ -9,3 +9,4 @@ # processing. bin_SCRIPTS=usmj-gt.sh \ # Let this line end the definition +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/Makefile.am b/tools/spellcheckers/Makefile.am index 9c3c726e5..2330698ae 100644 --- a/tools/spellcheckers/Makefile.am +++ b/tools/spellcheckers/Makefile.am @@ -12,3 +12,4 @@ include $(srcdir)/Makefile.mod-desktop-hfst.am include $(srcdir)/Makefile.mod-mobile.am include $(srcdir)/Makefile.mod-mobile-hfst.am include $(top_srcdir)/../giella-core/am-shared/tools-spellcheckers-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/filters/Makefile.am b/tools/spellcheckers/filters/Makefile.am index cc25b7e8b..6965b9e07 100644 --- a/tools/spellcheckers/filters/Makefile.am +++ b/tools/spellcheckers/filters/Makefile.am @@ -36,3 +36,4 @@ include $(srcdir)/Makefile.mod-desktop-filters.am include $(srcdir)/Makefile.mod-fstbased-filters.am include $(srcdir)/Makefile.mod-mobile-filters.am include $(top_srcdir)/../giella-core/am-shared/tools-spellcheckers-filters-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/test/Makefile.am b/tools/spellcheckers/test/Makefile.am index 7767f7d70..527dfe484 100644 --- a/tools/spellcheckers/test/Makefile.am +++ b/tools/spellcheckers/test/Makefile.am @@ -38,3 +38,4 @@ EXTRA_DIST=$(OTHER_TEST_RUNNERS) \ ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/test/fstbased/Makefile.am b/tools/spellcheckers/test/fstbased/Makefile.am index 7f8e665d1..a4416f692 100644 --- a/tools/spellcheckers/test/fstbased/Makefile.am +++ b/tools/spellcheckers/test/fstbased/Makefile.am @@ -18,3 +18,4 @@ endif # WANT_SPELLERS # List tests that are presently (expected) failures here (in addition to above), # ie things that should be fixed *later*, but is not critical at the moment: XFAIL_TESTS=run-fstspeller-gt-norm-yaml-testcases.sh +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/test/fstbased/desktop/Makefile.am b/tools/spellcheckers/test/fstbased/desktop/Makefile.am index 127df38e7..4bf70a2e3 100644 --- a/tools/spellcheckers/test/fstbased/desktop/Makefile.am +++ b/tools/spellcheckers/test/fstbased/desktop/Makefile.am @@ -18,3 +18,4 @@ endif # WANT_SPELLERS # List tests that are presently (expected) failures here (in addition to above), # ie things that should be fixed *later*, but is not critical at the moment: XFAIL_TESTS=run-fstspeller-gt-norm-yaml-testcases.sh +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/test/fstbased/desktop/hfst/Makefile.am b/tools/spellcheckers/test/fstbased/desktop/hfst/Makefile.am index 00833a439..26b8f830f 100644 --- a/tools/spellcheckers/test/fstbased/desktop/hfst/Makefile.am +++ b/tools/spellcheckers/test/fstbased/desktop/hfst/Makefile.am @@ -43,3 +43,4 @@ EXTRA_DIST=$(OTHER_TEST_RUNNERS_IN) \ ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/test/fstbased/mobile/Makefile.am b/tools/spellcheckers/test/fstbased/mobile/Makefile.am index 4143bab53..cecf2ed8f 100644 --- a/tools/spellcheckers/test/fstbased/mobile/Makefile.am +++ b/tools/spellcheckers/test/fstbased/mobile/Makefile.am @@ -18,3 +18,4 @@ endif # WANT_SPELLERS # List tests that are presently (expected) failures here (in addition to above), # ie things that should be fixed *later*, but is not critical at the moment: XFAIL_TESTS=run-fstspeller-gt-norm-yaml-testcases.sh +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/spellcheckers/weights/Makefile.am b/tools/spellcheckers/weights/Makefile.am index 50c5826fe..085588d86 100644 --- a/tools/spellcheckers/weights/Makefile.am +++ b/tools/spellcheckers/weights/Makefile.am @@ -10,3 +10,4 @@ GIELLA_RAW_MOBILE_SPELLER_CORPUS=$(GIELLA_RAW_DESKTOP_SPELLER_CORPUS) GIELLA_CLEAN_MOBILE_SPELLER_CORPUS=$(GIELLA_CLEAN_DESKTOP_SPELLER_CORPUS) include $(top_srcdir)/../giella-core/am-shared/tools-spellcheckers-fstbased-desktop-weighting-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/tokenisers/Makefile.am b/tools/tokenisers/Makefile.am index d25a07724..aab9f8750 100644 --- a/tools/tokenisers/Makefile.am +++ b/tools/tokenisers/Makefile.am @@ -48,3 +48,4 @@ clean-local: -rm -f *.hfst *.xfst *.pmhfst include $(top_srcdir)/../giella-core/am-shared/tools-tokenisers-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/tokenisers/filters/Makefile.am b/tools/tokenisers/filters/Makefile.am index 31d4d55b3..2527b94bc 100644 --- a/tools/tokenisers/filters/Makefile.am +++ b/tools/tokenisers/filters/Makefile.am @@ -31,3 +31,4 @@ clean-local: -rm -f *fst *.txt *.regex $(GT_LOCAL_COPY_FILTER_SRCS) include $(top_srcdir)/../giella-core/am-shared/tools-tokenisers-filters-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/tokenisers/tests/Makefile.am b/tools/tokenisers/tests/Makefile.am index e44eaf352..7bcb8322f 100644 --- a/tools/tokenisers/tests/Makefile.am +++ b/tools/tokenisers/tests/Makefile.am @@ -17,3 +17,4 @@ endif # WANT_TOKENISERS #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/tools-tokenisers-tests-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/tts/Makefile.am b/tools/tts/Makefile.am index 1bab323af..ddb1e5da3 100644 --- a/tools/tts/Makefile.am +++ b/tools/tts/Makefile.am @@ -42,3 +42,4 @@ generated-remove-lexicalised-compounds.cg3: remove-lexicalised-compounds.cg3 #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/tools-tts-dir-include.am +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am diff --git a/tools/tts/test/Makefile.am b/tools/tts/test/Makefile.am index 7149ee1e7..9f0e42de9 100644 --- a/tools/tts/test/Makefile.am +++ b/tools/tts/test/Makefile.am @@ -34,3 +34,5 @@ XFAIL_TESTS=test_pure_date_time.normaliser.txt \ ####### Other targets: ########### clean-local: -rm -f *.out *.out.tmp *.expect + +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am