From 98d4f4d2954ed466723f0fff327b4bbeee8ddfda Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Mon, 4 Mar 2019 14:06:18 +0900 Subject: [PATCH] refactoring --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]" -- 2.40.0