From 5acda13ace0ae4443ed04c4f8a62512b00a2b656 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 14 Aug 2010 02:50:14 +0000 Subject: - Fix the NEWS file to be accurate - Add oneshell to $(.FEATURES) (forgot that!) - Fix Savannah bug #30612: handling of archive references with >1 object --- tests/run_make_tests.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/run_make_tests.pl') diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl index 2c8c08b..7291c55 100755 --- a/tests/run_make_tests.pl +++ b/tests/run_make_tests.pl @@ -29,6 +29,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . +%FEATURES = (); $valgrind = 0; # invoke make with valgrind $valgrind_args = ''; @@ -367,6 +368,8 @@ sub set_more_defaults $parallel_jobs = 1; } + %FEATURES = map { $_ => 1 } split /\s+/, `sh -c "echo '\\\$(info \\\$(.FEATURES))' | $make_path -f- 2>/dev/null"`; + # Set up for valgrind, if requested. if ($valgrind) { -- cgit v1.2.3