From e8c61082382f0b4e7f4d5c1cf3d2635f96c2f905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 25 Oct 2011 15:07:51 +0200 Subject: [PATCH] testsuite: add recent steadystate files to EXTRA_DIST --- tests/Makefile.am | 2 ++ tests/expectations/expectation_ss_old_steadystate.m | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index cc9938a38..d8f515418 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -123,6 +123,8 @@ EXTRA_DIST = \ external_function/extFunDeriv.m \ external_function/extFunNoDerivs.m \ external_function/extFunWithFirstAndSecondDerivs.m \ + expectations/expectation_ss_old_steadystate.m \ + steady_state/walsh1_old_ss_steadystate.m \ fs2000/fs2000a_steadystate.m \ fs2000/fsdat_simul.m \ k_order_perturbation/run_fs2000kplusplus.m \ diff --git a/tests/expectations/expectation_ss_old_steadystate.m b/tests/expectations/expectation_ss_old_steadystate.m index 2c9c39342..bfd46d82a 100644 --- a/tests/expectations/expectation_ss_old_steadystate.m +++ b/tests/expectations/expectation_ss_old_steadystate.m @@ -1,5 +1,4 @@ function [ys_, check_] = expectation_ss_old_steadystate(ys_orig_, exo_) -% Steady state generated by Dynare preprocessor ys_=zeros(6,1); global M_ ys_(4)=0;