From 0586ace3d3572cfcf3b686805b4295637934c73a Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Fri, 19 May 2023 15:40:02 +0300 Subject: [PATCH] All adjectives are passing!! --- test/src/morphology/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/morphology/Makefile.am b/test/src/morphology/Makefile.am index d96c9306..b28032a7 100644 --- a/test/src/morphology/Makefile.am +++ b/test/src/morphology/Makefile.am @@ -23,7 +23,7 @@ endif # WANT_GENERATION # List tests that are presently (expected) failures here, ie things that should # be fixed *later*, but is not critical at the moment: -XFAIL_TESTS=generate-adjective-lemmas.sh +XFAIL_TESTS= # Make sure all tests scripts are included in the distributed tarballs: EXTRA_DIST=$(TESTS) $(GENERATION_TESTS_IN)