We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae347d commit 2f89ccbCopy full SHA for 2f89ccb
1 file changed
test/profile/Makefile
@@ -31,7 +31,7 @@ $(ROOT)/both.done: $(ROOT)/%.done: $(ROOT)/%
31
@echo Testing $*
32
@rm -f $(ROOT)/both.log $(ROOT)/both.def $(ROOT)/bothgc.log
33
$(QUIET)$(ROOT)/$* $(ROOT)/both.log $(ROOT)/both.def $(ROOT)/bothgc.log
34
- $(QUIET)$(GREP) -q '1 .*_Dmain' $(ROOT)/mytrace.log
+ $(QUIET)$(GREP) -q '1 .*_Dmain' $(ROOT)/both.log
35
$(QUIET)$(GREP) -q '1000 .*both.Num\* both.foo(uint)' $(ROOT)/both.log
36
$(QUIET)$(DIFF) both.def.exp $(ROOT)/both.def
37
$(QUIET)$(DIFF) bothgc.log.exp $(ROOT)/bothgc.log
0 commit comments