From 107ab16bf6f0bb912aab2d72e019f20e11a03aba Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 19 Oct 2013 15:39:15 -0400 Subject: [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6303d96..e2c0fe9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,7 +172,7 @@ loadavg_LDADD = @GETLOADAVG_LIBS@ # MAKETESTFLAGS = -check-regression: +check-regression: tests/config-flags.pm @if test -f '$(srcdir)/tests/run_make_tests'; then \ if $(PERL) -v >/dev/null 2>&1; then \ case `cd '$(srcdir)'; pwd` in `pwd`) : ;; \ -- cgit v1.2.3