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
Branches smoother_fixes
No related tags found
No related merge requests found
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
% it under the terms of the GNU General Public License as published by
......@@ -15,8 +15,7 @@ function runalltests()
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
dseries_src_root = []; % Initialize path as an array to be updated
% when calling initialize_dseries_toolbox() script.
dseries_src_root = strrep(which('runalltests'),'tests/runalltests.m','');
opath = path();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment