diff --git a/src/Makefile.am b/src/Makefile.am index 6ac8528..3015877 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,15 +34,16 @@ check_PROGRAMS = testsuite #testsuite_CFLAGS = $(42sh_CFLAGS) #testsuite_CFLAGS += $(CRITERION_CFLAGS) -testsuite_SOURCES = - ../tests/unit/utils/utils_tests.c \ - ../tests/unit/expansion/expand.c \ +testsuite_SOURCES = ../tests/unit/utils/utils_tests.c \ ../tests/unit/expansion/parse_var.c \ ../tests/unit/io_backend/io_backend.c \ ../tests/unit/utils/args.c \ ../tests/unit/utils/hash_map.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_LDADD = $(42sh_LDADD) -lcriterion