X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcasl2%2FMakefile;h=05bb87a06d4b1de4b4ea39fc796d3895c3cb5b1c;hb=a4a4d9291958ee920beaec963000248b9523389b;hp=1600450098e5529dbbaee068356ecd082f87e1fa;hpb=fda1563ea37180835e0b9c6e7a9c7ae607895446;p=YACASL2.git diff --git a/test/integration/casl2/Makefile b/test/integration/casl2/Makefile index 1600450..05bb87a 100644 --- a/test/integration/casl2/Makefile +++ b/test/integration/casl2/Makefile @@ -7,7 +7,7 @@ # make prepare : すべてのテストの、想定結果を出力 # make create : UNITNAMEで指定されたテストを新規に作成 TESTS = `ls | grep "^[^A-Z].*"` -LOGFILE = TEST.log +LOGFILE = Test.log .PHONY: all check report clean cleanall prepare create all: check report