fix: testsuite
This commit is contained in:
parent
a3998358ea
commit
de9173a71f
3 changed files with 18 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue