From c12ce7f4741bb67d163eef2a15cf51dbc739f9e0 Mon Sep 17 00:00:00 2001 From: willson-chen <53104026+willson-chen@users.noreply.github.com> Date: Fri, 11 Oct 2019 16:33:53 +0800 Subject: windows: run_tests: avoid running fontconfig & xpm --- windows/msys/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/msys/run_tests.sh b/windows/msys/run_tests.sh index 22c720b..b4a111c 100755 --- a/windows/msys/run_tests.sh +++ b/windows/msys/run_tests.sh @@ -38,7 +38,7 @@ echo "Running tests:" count=0 failures=0 compile_failures=0 -for test in `find . \( -path ./xpm -o -path ./fontconfig \) -prune -o -type f -name \*.c | grep -v '^./gdtest'`; do +for test in `find . -name \*.c | grep -vE '^./(fontconfig|gdtest|gdhelpers|xpm)'`; do count=`expr $count + 1` exe=${test%.c}.exe -- cgit v1.2.1