X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fdumpword%2FMakefile;h=745a8a401d5ae508f4f96a299a4479a4777f4e5c;hb=23048002396e07ddd6c572931028537f33f62daa;hp=c453c20e4df91bcd3e2b642a7398cc313ede212a;hpb=fda1563ea37180835e0b9c6e7a9c7ae607895446;p=YACASL2.git diff --git a/test/integration/dumpword/Makefile b/test/integration/dumpword/Makefile index c453c20..745a8a4 100644 --- a/test/integration/dumpword/Makefile +++ b/test/integration/dumpword/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