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

Adapated internals routine (name of dynTest routine has changed).

parent 6557849b
Branches
Tags
No related merge requests found
...@@ -82,7 +82,7 @@ if strcmpi(flag,'--test') ...@@ -82,7 +82,7 @@ if strcmpi(flag,'--test')
dynare_path = dynare_config([],0); dynare_path = dynare_config([],0);
number_of_matlab_routines = length(varargin); number_of_matlab_routines = length(varargin);
for i=1:number_of_matlab_routines for i=1:number_of_matlab_routines
dynTest(varargin{i},dynare_path); dtest(varargin{i},[dynare_path '..' filesep 'tests']);
end end
else else
disp('You have to specify at least one Matlab routine after --test flag!') disp('You have to specify at least one Matlab routine after --test flag!')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment