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 4.4
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ if strcmpi(flag,'--test')
dynare_path = dynare_config([],0);
number_of_matlab_routines = length(varargin);
for i=1:number_of_matlab_routines
dynTest(varargin{i},dynare_path);
dtest(varargin{i},[dynare_path '..' filesep 'tests']);
end
else
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.
Finish editing this message first!
Please register or to comment