Added -pedantic switch on samples
This commit is contained in:
parent
afcf62f23e
commit
053623c1b1
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 -Wall -Wextra
|
||||
CFLAGS = -I$(top_srcdir)/include/ -std=c99 -Wall -Wextra -pedantic
|
||||
LDADD = -L$(top_srcdir)/ -lcriterion
|
||||
|
||||
SCRIPT_TESTS = tests/tap_test.sh \
|
||||
|
|
Loading…
Add table
Reference in a new issue