summaryrefslogtreecommitdiff
path: root/tests/test_driver.pl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2004-09-21 05:39:04 +0000
committerPaul Smith <psmith@gnu.org>2004-09-21 05:39:04 +0000
commit549f4bbdfd4b9f2c9187aedd87286792b94ba3b5 (patch)
tree39676649d3912502fc3f4231ffafafa18b289ad8 /tests/test_driver.pl
parent92dbe65585dfbf2014bbfed95ad348dadc72842e (diff)
downloadmake-549f4bbdfd4b9f2c9187aedd87286792b94ba3b5.tar.gz
Add some more unit tests for variable flavors.
Allow run_make_tests() to be invoked with an undef makefile string, in which case it re-uses the previous string.
Diffstat (limited to 'tests/test_driver.pl')
-rw-r--r--tests/test_driver.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_driver.pl b/tests/test_driver.pl
index 0bca669b..0698d268 100644
--- a/tests/test_driver.pl
+++ b/tests/test_driver.pl
@@ -385,6 +385,7 @@ sub run_each_test
$num_of_tmpfiles = 0;
$description = "";
$details = "";
+ $old_makefile = undef;
$testname =~ s/^$scriptpath$pathsep//;
$perl_testname = "$scriptpath$pathsep$testname";
$testname =~ s/(\.pl|\.perl)$//;