fix: Makefile
This commit is contained in:
parent
028d4312af
commit
5784f557b8
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue