testsuite: move tests/reporting/example1.mod to examples/example1_reporting.mod. closes #1111

time-shift
Houtan Bastani 2015-12-01 13:52:32 +01:00
parent 15716124fa
commit 943db6fb24
2 changed files with 27 additions and 11 deletions

View File

@ -1,14 +1,31 @@
// Example 1 from Collard's guide to Dynare
/*
* Example 1 from F. Collard (2001): "Stochastic simulations with DYNARE:
* A practical guide" (see "guide.pdf" in the documentation directory).
*/
/*
* Copyright (C) 2001-2015 Dynare Team
*
* This file is part of Dynare.
*
* Dynare is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Dynare is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
var y, c, k, a, h, b;
varexo e, u;
verbatim;
% I want these comments included in
% example1.m
%
var = 1;
end;
parameters beta, rho, alpha, delta, theta, psi, tau;
alpha = 0.36;
@ -79,4 +96,4 @@ r = report();
@#endfor
r.write();
r.compile();
r.compile();

View File

@ -254,8 +254,7 @@ MODFILES = \
optimizers/fs2000_w.mod \
differentiate_forward_vars/RBC_differentiate_forward.mod \
TeX/fs2000_corr_ME.mod \
prior_posterior_function/fs2000_prior_posterior_function.mod \
reporting/example1.mod
prior_posterior_function/fs2000_prior_posterior_function.mod
XFAIL_MODFILES = ramst_xfail.mod \
estim_param_in_shock_value_xfail.mod \