]> git.ipfire.org Git - thirdparty/make.git/commit
tests: Convert %CONFIG_FLAGS to get_config()
authorPaul Smith <psmith@gnu.org>
Sat, 5 Oct 2019 18:26:52 +0000 (14:26 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 5 Oct 2019 21:47:52 +0000 (17:47 -0400)
commit393d2a2d4a250d293945b65f017668336a75383f
treeb24afe89db2fadfc909f9327f71f265dd4db7029
parentbd7d03f8cd24511824cb2a6003007052555cc42f
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.
Makefile.am
build_w32.bat
tests/config-flags.pm.W32 [new file with mode: 0644]
tests/run_make_tests.pl
tests/scripts/features/archives
tests/scripts/features/load
tests/scripts/features/loadapi
tests/scripts/functions/wildcard