fix: Makefile

This commit is contained in:
Matteo Flebus 2026-01-29 20:39:58 +01:00
parent 028d4312af
commit 5784f557b8

View file

@ -34,15 +34,16 @@ check_PROGRAMS = testsuite
#testsuite_CFLAGS = $(42sh_CFLAGS) #testsuite_CFLAGS = $(42sh_CFLAGS)
#testsuite_CFLAGS += $(CRITERION_CFLAGS) #testsuite_CFLAGS += $(CRITERION_CFLAGS)
testsuite_SOURCES = testsuite_SOURCES = ../tests/unit/utils/utils_tests.c \
../tests/unit/utils/utils_tests.c \
../tests/unit/expansion/expand.c \
../tests/unit/expansion/parse_var.c \ ../tests/unit/expansion/parse_var.c \
../tests/unit/io_backend/io_backend.c \ ../tests/unit/io_backend/io_backend.c \
../tests/unit/utils/args.c \ ../tests/unit/utils/args.c \
../tests/unit/utils/hash_map.c \ ../tests/unit/utils/hash_map.c \
../tests/unit/utils/insert_into.c ../tests/unit/utils/insert_into.c
#../tests/unit/lexer/lexer_tests.c \
# ../tests/unit/lexer/lexer_tests.c
# ../tests/unit/expansion/expand.c
testsuite_CPPFLAGS = $(42sh_CPPFLAGS) testsuite_CPPFLAGS = $(42sh_CPPFLAGS)
testsuite_LDADD = $(42sh_LDADD) -lcriterion testsuite_LDADD = $(42sh_LDADD) -lcriterion