]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 40240] Use configure info to build load test shared libs
authorPaul Smith <psmith@gnu.org>
Sat, 19 Oct 2013 19:39:15 +0000 (15:39 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 19 Oct 2013 19:39:15 +0000 (15:39 -0400)
commit107ab16bf6f0bb912aab2d72e019f20e11a03aba
treedbcf0e781246f3a52c323cd71d65ee2605c4a85f
parent07f2666b91c0083a36135c9893305b2a620e3b38
[SV 40240] Use configure info to build load test shared libs

* tests/config-flags.pm.in: A new file containing variable assignments
for the test suite; these variables are set by configure to contain
the values detected there for compilers, flags, etc.
* tests/run_make_tests.pl: Require the config-flags.pm file
* tests/scripts/features/load, tests/scripts/features/loadapi: Use the
configure-provided values when building the shared test library.
* configure.ac: Replace tests/config-flags.pm.in
* Makefile.am: Make sure tests/config-flags.pm is up to date
Makefile.am
configure.ac
tests/.gitignore
tests/config-flags.pm.in [new file with mode: 0644]
tests/run_make_tests.pl
tests/scripts/features/load
tests/scripts/features/loadapi