mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add test-pidfile.c and increase warning level.
This commit is contained in:
parent
761ea75d41
commit
2deaa94b6a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp
|
||||
CFLAGS+= -g -Wall -lutil
|
||||
TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp test-pidfile
|
||||
CFLAGS+= -g -Wall -Wextra -Werror -lutil
|
||||
|
||||
.PHONY: tests
|
||||
tests: ${TESTS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue