feat: fuckning working
This commit is contained in:
parent
56f0a979a7
commit
028d4312af
4 changed files with 28 additions and 49 deletions
|
|
@ -34,7 +34,7 @@ check_PROGRAMS = testsuite
|
|||
#testsuite_CFLAGS = $(42sh_CFLAGS)
|
||||
#testsuite_CFLAGS += $(CRITERION_CFLAGS)
|
||||
|
||||
testsuite_SOURCES = ../tests/unit/lexer/lexer_tests.c \
|
||||
testsuite_SOURCES =
|
||||
../tests/unit/utils/utils_tests.c \
|
||||
../tests/unit/expansion/expand.c \
|
||||
../tests/unit/expansion/parse_var.c \
|
||||
|
|
@ -42,7 +42,7 @@ testsuite_SOURCES = ../tests/unit/lexer/lexer_tests.c \
|
|||
../tests/unit/utils/args.c \
|
||||
../tests/unit/utils/hash_map.c \
|
||||
../tests/unit/utils/insert_into.c
|
||||
|
||||
#../tests/unit/lexer/lexer_tests.c \
|
||||
testsuite_CPPFLAGS = $(42sh_CPPFLAGS)
|
||||
|
||||
testsuite_LDADD = $(42sh_LDADD) -lcriterion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue