Activated warnings on samples
This commit is contained in:
parent
b81d71855f
commit
476b4cb1fe
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ BIN_TESTS = \
|
|||
TESTS_ENVIRONMENT = CRITERION_ALWAYS_SUCCEED=1
|
||||
|
||||
check_PROGRAMS := $(BIN_TESTS)
|
||||
CFLAGS = -I$(top_srcdir)/include/ -std=c99
|
||||
CFLAGS = -I$(top_srcdir)/include/ -std=c99 -Wall -Wextra
|
||||
LDADD = -L$(top_srcdir)/ -lcriterion
|
||||
|
||||
SCRIPT_TESTS = tests/tap_test.sh \
|
||||
|
|
Loading…
Add table
Reference in a new issue