summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2014-01-23 17:26:28 +0000
committerasomers <asomers@FreeBSD.org>2014-01-23 17:26:28 +0000
commit309deb150ef41fa48d2a40fca268f3e95e44db39 (patch)
tree6e24cea7ee95b2ad714722b5a2fe541aacec501e /Makefile.inc1
parent05b9ae703187e63aca6861f615268abc0b3dba09 (diff)
downloadFreeBSD-src-309deb150ef41fa48d2a40fca268f3e95e44db39.zip
FreeBSD-src-309deb150ef41fa48d2a40fca268f3e95e44db39.tar.gz
Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which
were a little broken and not automatable, with unix_seqpacket_test. It's coverage is a superset of the old tests and it uses ATF. It includes test cases for bugs kern/185813 and kern/185812. PR: kern/185812 PR: kern/185813 Sponsored by: Spectra Logic MFC after: 2 weeks
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a06c34a..e4ef1e5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -417,7 +417,7 @@ LIB32WMAKEFLAGS+= \
-DNO_LINT
LIB32WMAKE= ${LIB32WMAKEENV} ${MAKE} ${LIB32WMAKEFLAGS} \
- -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML
+ -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML -DNO_TESTS
LIB32IMAKE= ${LIB32WMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} -DNO_INCS \
${IMAKE_INSTALL}
.endif
OpenPOWER on IntegriCloud