Skip to content
Snippets Groups Projects
Commit 3fb3b6f5 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Cosmetic change.

parent ff470d29
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ report = {};
testcoverage = zeros(2,1);
skipline()
for f=1:length(listoffiles)
if isempty(strfind(listoffiles{f},'.#'))
if is_unitary_test_available(listoffiles{f})
......
......@@ -57,6 +57,15 @@ platform = computer;
listoffiles = get_directory_description(dirname);
diary(['report-' gitlastcommithash '.log'] )
str = sprintf('Unitary tests in %s', dirname);
lstr = length(str);
sstr = repmat('*', 1, lstr);
skipline()
disp(sstr)
disp(str)
disp(sstr)
[report, time] = run_unitary_tests(listoffiles);
diary off
......@@ -66,4 +75,4 @@ end
if nargin>2
build_report_summary(['report-' gitlastcommithash '.mat'], printreport, sendreport);
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment