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;