]> granicus.if.org Git - onig/commitdiff
refactoring
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 4 Mar 2019 05:06:18 +0000 (14:06 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 4 Mar 2019 05:06:18 +0000 (14:06 +0900)
test/Makefile.am

index 43b6d98ac66b2aef7bd9cc9855b636808e28fe81..4abb38d665edc98d8fc0b786023499755d8d1962 100644 (file)
@@ -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]"