X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-test.git;a=blobdiff_plain;f=Makefile.am;h=72f36deb7e6d207352fe8d6a9f98c654d456a107;hp=b5d620fdc4281e2f18b7907fec335b9dced60c9b;hb=4a2dfcb0386c6a89e00a5c9111698c238ad6453c;hpb=29f2f1f14d917278875d45e21b64ee8b0b2f6c2a diff --git a/Makefile.am b/Makefile.am index b5d620f..72f36de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,13 @@ -noinst_PROGRAMS = replace +noinst_PROGRAMS = linebreak replace +verify: linebreak + @echo "checking line breaking..." + @for arg in "" --sp-cm --korean-sp --ai-as-id; do \ + if test "x$$arg" = "x"; then \ + echo " cheking the default algorithm..."; \ + else \ + echo " cheking $$arg..."; \ + fi; \ + ./linebreak $$arg < LBRK.src > temp; \ + diff -au LBRK$$arg.dst temp; \ + done