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
dd69e74c
Commit
dd69e74c
authored
Jan 25, 2017
by
Stéphane Adjemian
Browse files
Fixed bug in main unit test script.
parent
33bb37ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/runalltests.m
View file @
dd69e74c
...
...
@@ -20,11 +20,13 @@ catch
install_unit_test_toolbox
=
true
;
end
% Get path to the current script
unit_tests_root
=
strrep
(
which
(
'runalltests'
),
'runalltests.m'
,
''
);
% Initialize the dseries module
try
initialize_dseries_toolbox
;
catch
unit_tests_root
=
strrep
(
which
(
'runalltests'
),
'runalltests.m'
,
''
);
addpath
([
unit_tests_root
'../src'
]);
initialize_dseries_toolbox
;
end
...
...
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