Adds _initializor to handle entry/exit. 'tests' now exits with 'amount of failed tests' as exit code

This commit is contained in:
2025-08-04 12:44:44 +02:00
parent 02580e9b0b
commit f790f5948c
4 changed files with 65 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ DIR_BLD := build
DIR_BIN := $(DIR_BLD)/bin
OBJS := $(DIR_BLD)/tests.o \
$(DIR_BLD)/_initializor.o \
$(DIR_BLD)/constants.o \
$(DIR_BLD)/core.o \
$(DIR_BLD)/console.o \