Show start/end of tests.

This commit is contained in:
Ben Laurie 2013-04-03 06:30:16 +01:00
parent 3426b8ed3f
commit e92ce4e35b

View File

@ -341,7 +341,7 @@ sub get_tests
$r =~ s/\.\.\/(\S+)/\$(SRC_D)\/$1/g;
$r = fixrules($r);
$each .= "$t: test_scripts $d\n$r\n";
$each .= "$t: test_scripts $d\n\t\@echo '$t test started'\n$r\t\@echo '$t test done'\n\n";
}
# FIXME: Might be a clever way to figure out what needs copying