> 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
 03:06:03  up 1 day  3:21,  2 users,  load average: 0.57, 0.58, 0.62
This commit is contained in:
tracer-ysyx 2024-01-13 03:06:03 +08:00 committed by xinyangli
parent ace487b36e
commit 6e1385df6b

View file

@ -69,4 +69,4 @@ all-tests: LDFLAGS += $(shell pkg-config --libs check)
all-tests: $(TEST_SRCS:%.c=$(OBJ_DIR)/%) all-tests: $(TEST_SRCS:%.c=$(OBJ_DIR)/%)
test: all-tests test: all-tests
@$(OBJ_DIR)/tests/expr_test @CK_FORK=0 $(OBJ_DIR)/tests/expr_test