summaryrefslogtreecommitdiff
path: root/common.mk
blob: 1b5a96bccfe3f2456dd921efc6ff258dfb9dcd96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

ERROR_CFLAGS = \
	-Wall \
	-Werror \
	-Wextra \
	-Wno-missing-field-initializers \
	-Wwrite-strings \
	-Wmissing-prototypes \
	-Wredundant-decls

check-valgrind:
	$(MAKE) TESTS_ENVIRONMENT="sh $(abspath $(top_srcdir))/scripts/valgrind.sh" check