From ca8ff5c980543e1fbdef5c207d6df448633d640e Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Tue, 28 May 2024 13:12:32 +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 | 1 + 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 | 1 + 50 files changed, 54 insertions(+) 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 d94520fce..f3fe8e89d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -146,3 +146,4 @@ morpher-gt-desc.%: morpher-gt-desc.tmp.% \ ################################################################## 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 b16b782c6..b5a9c9856 100644 --- a/src/cg3/Makefile.am +++ b/src/cg3/Makefile.am @@ -46,3 +46,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 9deee77f4..6e8671e13 100644 --- a/src/fst/Makefile.am +++ b/src/fst/Makefile.am @@ -217,3 +217,4 @@ $(foreach fst,hfst xfst foma,$(eval $(call giella_generators,$(fst)))) ################################################################## 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 27de12051..59b4686fb 100644 --- a/src/fst/filters/Makefile.am +++ b/src/fst/filters/Makefile.am @@ -57,3 +57,4 @@ EXTRA_SRCS= 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 91adec446..70146707e 100644 --- a/src/fst/morphology/Makefile.am +++ b/src/fst/morphology/Makefile.am @@ -133,3 +133,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 bf4cd1b6d..e54e62010 100644 --- a/src/fst/morphology/test/Makefile.am +++ b/src/fst/morphology/test/Makefile.am @@ -35,3 +35,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 da519ed6e..7e8b4ef37 100644 --- a/src/fst/morphology/test/phonology/Makefile.am +++ b/src/fst/morphology/test/phonology/Makefile.am @@ -27,3 +27,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 982171a9f..4cdfa0c6f 100644 --- a/src/fst/orthography/Makefile.am +++ b/src/fst/orthography/Makefile.am @@ -30,3 +30,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 2cd030782..e666bbd4a 100644 --- a/src/fst/phonetics/Makefile.am +++ b/src/fst/phonetics/Makefile.am @@ -30,3 +30,4 @@ GT_PHONETICS_SUPPLEMENTS= 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 2ddac3678..da506ae81 100644 --- a/src/fst/test/Makefile.am +++ b/src/fst/test/Makefile.am @@ -53,3 +53,4 @@ XFAIL_TESTS=run-dict-gt-desc-anayaml-testcases.sh \ ####### 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 49a950970..75cdfec2d 100644 --- a/tools/grammarcheckers/Makefile.am +++ b/tools/grammarcheckers/Makefile.am @@ -38,3 +38,4 @@ after-speller-disambiguator.cg3: grc-disambiguator.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 0edc423e0..4d4d447b6 100644 --- a/tools/grammarcheckers/tests/Makefile.am +++ b/tools/grammarcheckers/tests/Makefile.am @@ -36,3 +36,4 @@ endif # WANT_GRAMCHECK #### Do NOT edit below here: #### include $(top_srcdir)/../giella-core/am-shared/tools-grammarcheckers-tests-dir-include.am +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 c3bb80900..1d6718cb8 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 e392636dd..92525e3fc 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 6990d9406..12ae3e67f 100644 --- a/tools/mt/apertium/test/Makefile.am +++ b/tools/mt/apertium/test/Makefile.am @@ -23,3 +23,4 @@ XFAIL_TESTS=run-mt-gt-desc-anayaml-testcases.sh ####### 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 eca92d32a..625fc815b 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 72b6f6dbe..d285ab19c 100644 --- a/tools/shellscripts/Makefile.am +++ b/tools/shellscripts/Makefile.am @@ -9,3 +9,4 @@ # processing. bin_SCRIPTS=ufao-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 dcc1df979..ecc4075c1 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 0b4a5933e..1cad12ee2 100644 --- a/tools/tokenisers/Makefile.am +++ b/tools/tokenisers/Makefile.am @@ -39,3 +39,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 b487be926..1dca8dab6 100644 --- a/tools/tts/Makefile.am +++ b/tools/tts/Makefile.am @@ -33,3 +33,4 @@ LOCAL_ANL_ZIP_FILES= #### 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 a205890f6..a6095b38c 100644 --- a/tools/tts/test/Makefile.am +++ b/tools/tts/test/Makefile.am @@ -19,3 +19,4 @@ XFAIL_TESTS= ####### Other targets: ########### clean-local: -rm -f *.txt +include $(top_srcdir)/../giella-core/am-shared/devtest-include.am