feat(userspace/apps/test/libc_test): add more tests

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-19 18:53:54 +02:00
parent e61b5824db
commit 2ae18af9a0
6 changed files with 704 additions and 1 deletions

View File

@ -15,6 +15,7 @@ build: $(FILENAME).elf
# Use static linking
LDFLAGS += -static -fno-pic -fno-pie -Wl,-static
CFLAGS += -ggdb3 -O0 -g -fdiagnostics-color=always
# Use default toolchain if not specified
CC ?= gcc