Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
dseries
Commits
20347875
Commit
20347875
authored
Jun 24, 2015
by
Stéphane Adjemian
Browse files
Cosmetic change.
parent
9b3792f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/runalldseriestests.m
View file @
20347875
...
...
@@ -19,11 +19,13 @@ try
initialize_dseries_toolbox
;
catch
unit_tests_root
=
strrep
(
which
(
'runalldseriestests'
),
'runalldseriestests.m'
,
''
);
addpath
([
unit_tests_root
'
/
../src'
]);
addpath
([
unit_tests_root
'../src'
]);
initialize_dseries_toolbox
;
end
run_unitary_tests_in_directory
(
dseries_src_root
);
tmp
=
dseries_src_root
;
tmp
=
tmp
(
1
:
end
-
1
);
% Remove trailing slash.
run_unitary_tests_in_directory
(
tmp
);
delete
(
'*.log'
);
rmdir
(
'../externals/m-unit-tests-master'
,
's'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment