aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorkosako <kosako@sofnec.co.jp>2016-03-29 16:36:03 +0900
committerkosako <kosako@sofnec.co.jp>2016-03-29 16:36:03 +0900
commit0e533af2acafd26e00fec89dbe35ff2777b87bf1 (patch)
tree62c1197765b2adccfebae6b144157025f1d168b1 /test/Makefile.am
parentd432b3a17504b7001c9a2382f3c65cf70e4485c6 (diff)
downloadoniguruma-0e533af2acafd26e00fec89dbe35ff2777b87bf1.zip
oniguruma-0e533af2acafd26e00fec89dbe35ff2777b87bf1.tar.gz
oniguruma-0e533af2acafd26e00fec89dbe35ff2777b87bf1.tar.bz2
rename test/Makefile target name to test
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 7756b3a..fe48403 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -9,7 +9,7 @@ TESTS = testc testp testcu
check_PROGRAMS = testc testp testcu
-all_test: testc testp testcu
+test: testc testp testcu
@echo "[Oniguruma API, ASCII/EUC-JP check]"
@./testc | grep RESULT
@echo "[POSIX API, ASCII/EUC-JP check]"