X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fdumpword%2FMakefile;fp=test%2Fintegration%2Fdumpword%2FMakefile;h=745a8a401d5ae508f4f96a299a4479a4777f4e5c;hb=a4a4d9291958ee920beaec963000248b9523389b;hp=c453c20e4df91bcd3e2b642a7398cc313ede212a;hpb=e07b6371cc8a59c6793a895e968ff2c6cf28181b;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