Document that the msun tests require WARNS=0
ATF tests have a default WARNS of 0, unlike other usermode programs. This change is technically a noop, but it documents that the msun tests don't work with any warnings enabled, at least not on all architectures. Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
This commit is contained in:
parent
c105ccccf8
commit
1d2bf70e8c
@ -4,6 +4,8 @@
|
||||
|
||||
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm
|
||||
|
||||
WARNS?= 0
|
||||
|
||||
# All architectures on FreeBSD have fenv.h
|
||||
CFLAGS+= -DHAVE_FENV_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user