X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fdumpword%2FDefine.mk;h=92e3b8e1684d8406d538d340d4ea7876d63d546f;hb=55d1da968d999e33238da299f933c70d95bcc66c;hp=65eace22e9ff7ff2eca4e2b78ec375fb5e358f4d;hpb=c5e30b2f26ebc174c49c52c67121f3be81b5bd43;p=YACASL2.git diff --git a/test/system/dumpword/Define.mk b/test/system/dumpword/Define.mk index 65eace2..92e3b8e 100644 --- a/test/system/dumpword/Define.mk +++ b/test/system/dumpword/Define.mk @@ -27,7 +27,7 @@ RM ?= rm -f ECHO ?= echo -TIME ?= /usr/bin/time --quiet +TIME ?= time DIFF ?= diff -c @@ -63,12 +63,6 @@ define chk_file_ext $(if $(wildcard $1),$(error $1 exists in $(CURRDIR))) endef -# chk_file_notext: 指定されたファイルが実在しない場合、エラー -# 用例: $(call chk_file_notext,file) -define chk_file_notext - $(if $(wildcard $1),,$(error $1 not exists in $(CURRDIR))) -endef - ###################################################################### # テストグループのディレクトリー ######################################################################