From 9b1da0e25bc28c6749bd0840ac08dc9d86ac54b8 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Wed, 4 Sep 2024 16:37:11 +0200 Subject: [PATCH] Apply changes 188 --- .gut/delta.toml | 4 ++-- src/fst/morphology/test/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gut/delta.toml b/.gut/delta.toml index be3a5c8..832a7bf 100644 --- a/.gut/delta.toml +++ b/.gut/delta.toml @@ -1,6 +1,6 @@ template = "https://github.com/giellalt/template-lang-und" -rev_id = 187 -template_sha = "dc9a244f19907f43fff6aad40a49050c043fc341" +rev_id = 188 +template_sha = "039269192c86bc4e92e4de05023c97b6fa16b3e5" [replacements] __REPO__ = "lang-som" diff --git a/src/fst/morphology/test/Makefile.am b/src/fst/morphology/test/Makefile.am index 60f7ced..469baeb 100644 --- a/src/fst/morphology/test/Makefile.am +++ b/src/fst/morphology/test/Makefile.am @@ -23,7 +23,8 @@ endif # WANT_GENERATION XFAIL_TESTS=generate-adjective-lemmas.sh \ generate-noun-lemmas.sh \ generate-propernoun-lemmas.sh \ - generate-verb-lemmas.sh + generate-verb-lemmas.sh \ + tag_test.sh include $(top_srcdir)/../giella-core/am-shared/devtest-include.am