summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs/tests/Makefile
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2016-01-12 05:51:12 +0000
committerallanjude <allanjude@FreeBSD.org>2016-01-12 05:51:12 +0000
commite5730b26f0bf718ff736aa36cc01c92c46fe7518 (patch)
tree44638b626fe25113dbbd28845f2ad3cab5c6ef2b /usr.bin/xargs/tests/Makefile
parent5d3275e0a0985a086d790dfa9e3d01edadeefaeb (diff)
downloadFreeBSD-src-e5730b26f0bf718ff736aa36cc01c92c46fe7518.zip
FreeBSD-src-e5730b26f0bf718ff736aa36cc01c92c46fe7518.tar.gz
MFC: r285552
Use strtonum(3) instead of atoi(3) MFC: r286289 Introduce -P0, creating as many concurrent processes as possible Relnotes: yes MFC: r286461 Fix regression in xargs -Px, add more regression tests MFC: r287004 MFC: r287005 Fix the racy xargs -P0 -n2 test added in r286289 PR: 199976 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
Diffstat (limited to 'usr.bin/xargs/tests/Makefile')
-rw-r--r--usr.bin/xargs/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/xargs/tests/Makefile b/usr.bin/xargs/tests/Makefile
index 2004d79..cd14813 100644
--- a/usr.bin/xargs/tests/Makefile
+++ b/usr.bin/xargs/tests/Makefile
@@ -10,13 +10,16 @@ FILES+= regress.0.out
FILES+= regress.0I.out
FILES+= regress.0J.out
FILES+= regress.0L.out
+FILES+= regress.0P1.out
FILES+= regress.I.out
FILES+= regress.J.out
FILES+= regress.L.out
+FILES+= regress.P1.out
FILES+= regress.R.out
FILES+= regress.in
FILES+= regress.n1.out
FILES+= regress.n2.out
+FILES+= regress.n2P0.out
FILES+= regress.n3.out
FILES+= regress.normal.out
FILES+= regress.quotes.in
OpenPOWER on IntegriCloud