Skip to content

Commit

Permalink
[Template merge] devtest targets
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed May 28, 2024
1 parent 9ecc1ec commit 129daee
Show file tree
Hide file tree
Showing 50 changed files with 54 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@
*.zhfst
*.zip
*.zpipe
*.py.log
*.py.trs
*.sh.log
*.sh.trs
*.yaml.log
*.yaml.trs
.DS_Store
.bundle
.~lock.*#
Expand Down Expand Up @@ -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*
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/cg3/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,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
1 change: 1 addition & 0 deletions src/cg3/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/fst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ endif # CAN_FOMA
##################################################################

include $(top_srcdir)/../giella-core/am-shared/src-fst-dir-include.am
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions src/fst/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,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
1 change: 1 addition & 0 deletions src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,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
1 change: 1 addition & 0 deletions src/fst/morphology/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ EXTRA_DIST=$(TESTS) $(GENERATION_TESTS_IN)
####### Other targets: ###########
clean-local:
-rm -f *.txt
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions src/fst/morphology/test/phonology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,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
1 change: 1 addition & 0 deletions src/fst/orthography/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,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
1 change: 1 addition & 0 deletions src/fst/orthography/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/fst/phonetics/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/fst/phonetics/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/fst/tagsets/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/fst/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/fst/transcriptions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
## Copyright: Sámediggi/Divvun/UiT
## Licence: GPL v3+

include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

SUBDIRS = tokenisers analysers shellscripts \
spellcheckers hyphenators grammarcheckers mt tts
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions tools/analysers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/grammarcheckers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ LOCAL_GC_ZIP_FILES=

#### 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
1 change: 1 addition & 0 deletions tools/grammarcheckers/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/grammarcheckers/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,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
1 change: 1 addition & 0 deletions tools/hyphenators/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/hyphenators/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/hyphenators/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
## Licence: GPL v3+

SUBDIRS = fstbased patternbased
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions tools/hyphenators/test/fstbased/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
## Copyright: Sámediggi/Divvun/UiT
## Licence: GPL v3+

include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions tools/hyphenators/test/patternbased/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
## Copyright: Sámediggi/Divvun/UiT
## Licence: GPL v3+

include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions tools/mt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/mt/apertium/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/mt/apertium/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/mt/apertium/tagsets/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/mt/apertium/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/mt/cgbased/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/mt/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/shellscripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
# processing.
bin_SCRIPTS=ubxr-gt.sh \
# Let this line end the definition
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am
1 change: 1 addition & 0 deletions tools/spellcheckers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/test/fstbased/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/test/fstbased/desktop/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/test/fstbased/desktop/hfst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/test/fstbased/mobile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/spellcheckers/weights/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/tokenisers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/tokenisers/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/tokenisers/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/tts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/tts/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ XFAIL_TESTS=
####### Other targets: ###########
clean-local:
-rm -f *.txt
include $(top_srcdir)/../giella-core/am-shared/devtest-include.am

0 comments on commit 129daee

Please sign in to comment.