We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01bfd1 commit 27946b4Copy full SHA for 27946b4
src/fst/Makefile.am
@@ -23,6 +23,7 @@ pkgsrcfst_DATA=url.lexc emojis.lexc
23
if CAN_HFST_LEXC
24
check-local:
25
$(HFST_LEXC) --Werror -v url.lexc -o /dev/null
26
+ $(HFST_LEXC) --Werror -v emojis.lexc -o /dev/null
27
$(HFST_LEXC) --Werror -v testroot.lexc \
28
stems/telephone.lexc stems/symbols.lexc \
29
stems/punctuation.lexc -o /dev/null
0 commit comments