sandbox: multi-threaded kmalloc() stress-test

This commit is contained in:
2023-02-02 21:16:17 +00:00
parent d4e8754f21
commit 453ccd4596
2 changed files with 56 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ OBJ := $(addprefix $(BUILD_DIR)/,$(SRC:.c=.o))
DEPS := $(OBJ:.o=.d)
CFLAGS := $(INCLUDE_DIRS) -g
LDFLAGS := -pthread
all: $(BUILD_DIR)/$(EXEC_NAME)
@for prog in $(SANDBOX_DIR_LIST); do \