Add make debug and no-silent options

This commit is contained in:
Hugo Melder 2022-08-04 16:54:55 +02:00
parent 9cfc8a3700
commit 650b15ab2f

View file

@ -50,6 +50,7 @@ export GSTESTDIR
GSTESTMODE=normal
GSMAKEOPTIONS="debug=yes"
GSVERBOSECFLAG=
# Argument checking
while test $# != 0
@ -91,6 +92,7 @@ do
--verbose)
GSVERBOSE=yes
GSMAKEOPTIONS+=" messages=yes"
GSVERBOSECFLAG="-v"
;;
--failfast)
GSTESTMODE=failfast