This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-31 12:13:10 +00:00
Code
Issues
Releases
Activity
8a16b7a18f
freebsd
/
lib
/
libmp
/
tests
/
Makefile
9 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
Integrate lib/libmp into the build/kyua - Remove the .t wrapper - Fix -Wreturn-type warnings with clang This change has been tested on amd64/i386 Phabric: D530 Reviewed by: jmmv Approved by: jmmv (co-mentor) MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
2014-08-04 22:10:07 +00:00
# $FreeBSD$
TAP_TESTS_C
+=
legacy_test
Increase WARNS for libmp 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:08:11 +00:00
WARNS
?=
3
Convert libraries to use LIBADD While here reduce a bit overlinking
2014-11-25 11:07:26 +00:00
LIBADD
+=
mp
Integrate lib/libmp into the build/kyua - Remove the .t wrapper - Fix -Wreturn-type warnings with clang This change has been tested on amd64/i386 Phabric: D530 Reviewed by: jmmv Approved by: jmmv (co-mentor) MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
2014-08-04 22:10:07 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
t
e
s
t
.
m
k
>
Reference in New Issue
Copy Permalink