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
Dóra Kocsis
dynare
Commits
2b37eae3
Commit
2b37eae3
authored
Oct 07, 2011
by
Sébastien Villemot
Browse files
Testsuite: under MATLAB, run with the 'console' option
In order to avoid warnings in 'nodisplay' mode.
parent
2a8425d9
Changes
2
Show whitespace changes
Inline
Side-by-side
tests/block_bytecode/run_ls2003.m
View file @
2b37eae3
...
...
@@ -27,5 +27,5 @@ function run_ls2003(block, bytecode, solve_algo, stack_solve_algo)
'@#include \"ls2003.mod\"\n'
],
block
,
bytecode
,
...
solve_algo
,
stack_solve_algo
);
fclose
(
fid
);
dynare
(
'ls2003_tmp.mod'
)
dynare
(
'ls2003_tmp.mod'
,
'console'
)
end
tests/run_test_matlab.m
View file @
2b37eae3
...
...
@@ -47,7 +47,7 @@ while ~isempty(name)
disp
([
'*** TESTING: '
modfile
' ***'
]);
try
save
wsMat
dynare
([
testfile
ext
])
dynare
([
testfile
ext
]
,
'console'
)
load
wsMat
catch
exception
load
wsMat
...
...
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