Skip to content

Commit fe07dae

Browse files
committed
chore: add 'printf' debug code in makefile
1 parent 80cd3b9 commit fe07dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rtl/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ riscvRecursiveTest: $(riscvTestLogFile) $(riscvTestCaseName)
215215

216216
$(riscvTestLogFile):
217217
@echo "=====HELLO======"
218+
@printf "=====ASDFASDF======"
218219
$(shell touch $(RISCVTEST_HOME)/build/log/$@)
219220
$(shell touch $(RISCVTEST_HOME)/build/log/allcasenum-log.txt)
220221
$(shell touch $(RISCVTEST_HOME)/build/log/passcasenum-log.txt)

0 commit comments

Comments
 (0)