X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2FMakefile;h=e7e747d8c379ed4a545e48b18ab8b653618377dc;hb=c1f7164cea1d3e5aebb76dc26543b1de593b92bb;hp=d60aaa162c70e484f5ec0b718a26b9e9394aa5c3;hpb=cc884e475afe3f48804b35336e68bce4088be61a;p=YACASL2.git diff --git a/test/integration/comet2/Makefile b/test/integration/comet2/Makefile index d60aaa1..e7e747d 100644 --- a/test/integration/comet2/Makefile +++ b/test/integration/comet2/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