From 393d2a2d4a250d293945b65f017668336a75383f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 5 Oct 2019 14:26:52 -0400 Subject: tests: Convert %CONFIG_FLAGS to get_config() * tests/config-flags.pm.W32: Create a predefined Windows file. * Makefile.am (test_FILES): Add it to the distribution. * build_w32.bat: Install tests/config-flags.pm if not existing. * tests/run_make_tests.pl (get_config): Create new function. * tests/scripts/features/archives: Call get_config() rather than using %CONFIG_FLAGS directly. * tests/scripts/features/load: Ditto. * tests/scripts/features/loadapi: Ditto. * tests/scripts/functions/wildcard: Ditto. --- build_w32.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'build_w32.bat') diff --git a/build_w32.bat b/build_w32.bat index 9fbfb4bb..b245d053 100755 --- a/build_w32.bat +++ b/build_w32.bat @@ -258,6 +258,7 @@ exit 1 :Success echo %OUTDIR% build succeeded. if exist Basic.mk copy /Y Basic.mk Makefile +if not exist tests\config-flags.pm copy /Y tests\config-flags.pm.W32 tests\config-flags.pm call :Reset goto :EOF -- cgit v1.2.1