scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit d7745219c3fc95acf2edf7f2b08350d9b8d2ca41
parent ff7b2304339d798260de8826fadcef2282eb2618
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 19 Feb 2018 11:22:31 +0000

[tests/ar] Try ten at once -q test

Diffstat:
Mtests/ar/execute/test-q.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/ar/execute/test-q.sh b/tests/ar/execute/test-q.sh @@ -91,3 +91,7 @@ do touch file-$i ar -qv file.a file-$i done + +rm file.a + +ls | grep file- | xargs -n 10 ar -qv file.a