X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fdumpword%2FTest.mk;h=8da44c1e6370bb047d61cab3cd9d5486daa6d084;hb=2d3d185962d2997a08cd2e674868cea35b99ae04;hp=023bce0ded369eee82b75da48bfed8be9c0c4242;hpb=55d1da968d999e33238da299f933c70d95bcc66c;p=YACASL2.git diff --git a/test/system/dumpword/Test.mk b/test/system/dumpword/Test.mk index 023bce0..8da44c1 100644 --- a/test/system/dumpword/Test.mk +++ b/test/system/dumpword/Test.mk @@ -31,9 +31,9 @@ checkall: clean $(DETAIL_FILE) $(TIME_FILE) @$(CAT) $(TIME_FILE) >>$(LOG_FILE) @$(call disp_test_log,$(LOG_FILE)) -set: $(TEST0_FILE) - @-$(call exec_cmd,$^,$@,$(ERR_FILE)) - @$(CAT) $^ +set: + @-$(call exec_cmd,$(CMD_FILE),$(TEST0_FILE),$(ERR_FILE)) + @$(CAT) $(TEST0_FILE) reset: cleanall set