From: K.Kosako Date: Mon, 4 Mar 2019 05:06:18 +0000 (+0900) Subject: refactoring X-Git-Tag: v6.9.2_rc1~65^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98d4f4d2954ed466723f0fff327b4bbeee8ddfda;p=onig refactoring --- diff --git a/test/Makefile.am b/test/Makefile.am index 43b6d98..4abb38d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,9 +7,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(includedir) TESTS = test_utf8 testc testp testcu -check_PROGRAMS = test_utf8 testc testp testcu +check_PROGRAMS = $(TESTS) -test: test_uchar test_utf8 testc testp testcu +test: test_uchar $(TESTS) @echo "[Oniguruma API, UTF-8 check]" @./test_utf8 | grep RESULT @echo "[Oniguruma API, ASCII/EUC-JP check]"