fix: testsuite

This commit is contained in:
matteo 2026-01-23 23:20:32 +01:00
parent a3998358ea
commit de9173a71f
3 changed files with 18 additions and 11 deletions

View file

@ -24,10 +24,8 @@ bin_PROGRAMS = 42sh
# ================ TESTS ================
check-local: $(bin_PROGRAMS) # $(check_PROGRAMS)
./../tests/functional/run-tests.sh
#./testsuite
check:
../tests/wrap.sh # "$(COVERAGE)" "$(OUTPUT_FILE)"
# ------------- Unit tests --------------
@ -45,13 +43,13 @@ testsuite_LDADD = $(42sh_LDADD) -lcriterion
# ------------- asan debug --------------
check_PROGRAMS += debug
# check_PROGRAMS += debug
#debug_CFLAGS = $(42sh_CFLAGS)
#debug_CFLAGS += -fsanitize=address -g
debug_SOURCES = $(42sh_SOURCES)
debug_CPPFLAGS = $(42sh_CPPFLAGS)
debug_LDADD = $(42sh_LDADD)
# debug_SOURCES = $(42sh_SOURCES)
#
# debug_CPPFLAGS = $(42sh_CPPFLAGS)
#
# debug_LDADD = $(42sh_LDADD)