summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-10-05 14:26:52 -0400
committerPaul Smith <psmith@gnu.org>2019-10-05 17:47:52 -0400
commit393d2a2d4a250d293945b65f017668336a75383f (patch)
treeb24afe89db2fadfc909f9327f71f265dd4db7029 /Makefile.am
parentbd7d03f8cd24511824cb2a6003007052555cc42f (diff)
downloadmake-git-393d2a2d4a250d293945b65f017668336a75383f.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 10e04c84..30b6ee27 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,6 +94,7 @@ m4_FILES = m4/gnulib-cache.m4
test_FILES = tests/run_make_tests tests/run_make_tests.bat \
tests/run_make_tests.pl tests/test_driver.pl \
tests/config-flags.pm.in tests/config_flags_pm.com \
+ tests/config-flags.pm.W32 \
tests/mkshadow tests/jhelp.pl tests/guile.supp tests/README
# test/scripts are added via dist-hook below.