提交 e8a976fc 编写于 作者: Z Zihao Yu

debug,Makefile: add more rules

上级 a4be6d99
microbench:
make -C /home/aw/projectn/nexus-am/apps/microbench ARCH=riscv64-noop run 2>&1 | tee > /home/aw/riscv-projecti/noop/debug/microbench.log
\ No newline at end of file
ARCH = ARCH=riscv64-noop
NANOS_HOME ?= $(AM_HOME)/../nanos-lite
microbench:
$(MAKE) -C $(AM_HOME)/apps/microbench $(ARCH) mainargs=test run 2>&1 | tee > microbench.log
cputest:
$(MAKE) -C $(AM_HOME)/tests/cputest $(ARCH) run 2>&1 | tee > cpu.log
cat cpu.log | grep different
cpu:
$(MAKE) -C $(AM_HOME)/tests/cputest $(ARCH) ALL=dummy run
xj:
$(MAKE) -C $(NANOS_HOME) $(ARCH) run
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册