X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Funit%2FMakefile;h=e1a3dff528fce4e7374bd4db679de108ffdae63c;hb=f3433b11c1e3a2ec3d6f7b332afa5cf5f69dc360;hp=7f6bd86c9810de9f52494541f807808ecf8e12a6;hpb=fda1563ea37180835e0b9c6e7a9c7ae607895446;p=YACASL2.git diff --git a/test/unit/Makefile b/test/unit/Makefile index 7f6bd86..e1a3dff 100644 --- a/test/unit/Makefile +++ b/test/unit/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