URI:
       tests/libc: Add -s to make to be silent - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 00d2b697dbd14b05c12e05fa1b50fa8d9fa1fbd4
   DIR parent d9b6c4384a9995d70c3bfa352d343a84c7491059
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Fri, 29 May 2026 14:34:38 +0200
       
       tests/libc: Add -s to make to be silent
       
       Diffstat:
         M tests/libc/execute/runtests.sh      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tests/libc/execute/runtests.sh b/tests/libc/execute/runtests.sh
       @@ -15,7 +15,7 @@ do
                rm -f *.o $i $tmp1 $tmp2
        
                (echo $i
       -         ${MAKE-make} $i
       +         ${MAKE-make} -s $i
                 echo '/^output:$/+;/^end:$/-'w $tmp1 | ed -s $i.c
        
                 timeout 30 $EXEC ./$i >$tmp2 2>&1