Skip to content
Snippets Groups Projects
Verified Commit 12ad0366 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed path.

parent ea81c768
No related branches found
No related tags found
No related merge requests found
function runalltests() function runalltests()
% Copyright (C) 2015-2018 Dynare Team % Copyright (C) 2015-2019 Dynare Team
% %
% This code is free software: you can redistribute it and/or modify % This code is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by % it under the terms of the GNU General Public License as published by
...@@ -15,8 +15,7 @@ function runalltests() ...@@ -15,8 +15,7 @@ function runalltests()
% You should have received a copy of the GNU General Public License % You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>. % along with Dynare. If not, see <http://www.gnu.org/licenses/>.
dseries_src_root = []; % Initialize path as an array to be updated dseries_src_root = strrep(which('runalltests'),'tests/runalltests.m','');
% when calling initialize_dseries_toolbox() script.
opath = path(); opath = path();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment