> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux
 12:25:16  up 1 day 15:53,  2 users,  load average: 0.54, 0.67, 0.67
This commit is contained in:
tracer-ysyx 2024-03-06 12:25:16 +08:00 committed by xinyangli
parent 4fc0e0e247
commit 7d566158c6
4 changed files with 4 additions and 4 deletions

View file

@ -93,6 +93,5 @@ integration-tests: $(IMAGES)
test $$r -eq 0
test: unit-tests integration-tests
@$(OBJ_DIR)/tests/expr_test
.PHONY: test integration-tests unit-tests
.PHONY: test unit-tests integration-tests