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
commit9714e501fb356adb043c77a3180a7f8c16c1484d (patch)
tree39676649d3912502fc3f4231ffafafa18b289ad8 /tests/test_driver.pl
parent0799ce730d2404d1cd1d03ce2f4ac07cc079c72e (diff)
downloadgunmake-9714e501fb356adb043c77a3180a7f8c16c1484d.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 0bca669..0698d26 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)$//;