creation of tests.h

This commit is contained in:
hugogogo
2022-05-31 19:52:03 +02:00
parent 5e65691bc8
commit 0e51cc655c
4 changed files with 190 additions and 160 deletions

View File

@@ -22,7 +22,8 @@ D_SRCS = srcs
SRCS = main.cpp
D_HEADERS = headers
HEADERS = colors.h
HEADERS = colors.h \
tests.h
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)