opnsense-src/libexec/rtld-elf/tests/libpythagoras/Makefile
Alan Somers 35804720ec Increase WARNS for rtld-elf tests
ATF tests have a default WARNS of 0, unlike other usermode programs.

Reviewed by:  ngie, julian
MFC after:    3 weeks
Sponsored by: Spectra Logic Corporation
Differential Revision:        https://reviews.freebsd.org/D9933
2017-03-11 00:10:40 +00:00

16 lines
215 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= pythagoras
SHLIB_MAJOR= 0
LIBDIR= ${TESTSBASE}/libexec/rtld-elf
SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
SRCS= pythagoras.c
WARNS?= 6
LIBADD= m
.include <bsd.lib.mk>