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 60bb700 commit 00f8e41Copy full SHA for 00f8e41
1 file changed
test/exceptions/Makefile
@@ -27,9 +27,9 @@ $(ROOT)/unittest_assert.done: $(ROOT)/unittest_assert
27
28
$(ROOT)/line_trace.done: $(ROOT)/line_trace
29
@echo Testing line_trace
30
- @rm -f line_trace.output
31
- $(QUIET)./$(ROOT)/line_trace $(RUN_ARGS) >line_trace.output
32
- $(QUIET)$(SED) "s/\[0x[0-9a-f]*\]/\[ADDR\]/g" line_trace.output | $(DIFF) line_trace.exp -
+ @rm -f $(ROOT)/line_trace.output
+ $(QUIET)./$(ROOT)/line_trace $(RUN_ARGS) > $(ROOT)/line_trace.output
+ $(QUIET)$(SED) "s/\[0x[0-9a-f]*\]/\[ADDR\]/g" $(ROOT)/line_trace.output | $(DIFF) line_trace.exp -
33
@touch $@
34
35
$(ROOT)/unittest_assert: DFLAGS+=-unittest
0 commit comments