mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Makefile.lite: Fix running of tests
* Generate `test/common.sh` from `test/common.sh.in`. * Move `is_win` setting to `test_common.sh`.
This commit is contained in:
@@ -50,6 +50,13 @@ EXE=@EXEEXT@
|
||||
top_srcdir=@top_srcdir@
|
||||
top_builddir=@top_builddir@
|
||||
|
||||
# Set `is_win` variable which is used in other scripts that source this one.
|
||||
if test $(env | grep -ic '^comspec=') != 0 ; then
|
||||
is_win=yes
|
||||
else
|
||||
is_win=no
|
||||
fi
|
||||
|
||||
# change to 'false' to show all flac/metaflac output (useful for debugging)
|
||||
if true ; then
|
||||
SILENT='--silent'
|
||||
|
||||
Reference in New Issue
Block a user