> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 23:23:43 up 23:39, 2 users, load average: 0.78, 0.72, 0.57
This commit is contained in:
parent
965ce580d8
commit
a1e7000829
14 changed files with 253 additions and 1960 deletions
3
nemu/tests/Makefile
Normal file
3
nemu/tests/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
CFLGAS += $(pkg-config --cflags --libs check)
|
||||
|
||||
include $(NEMU_HOME)/scripts/build.mk
|
3
nemu/tests/expr_test.c
Normal file
3
nemu/tests/expr_test.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include <check.h>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue