From 3b53c8f39c9be77b0d54d7c716d27734d188ec33 Mon Sep 17 00:00:00 2001 From: Marco Ratto <marco.ratto@ec.europa.eu> Date: Sat, 17 Aug 2024 15:57:47 +0200 Subject: [PATCH] added Irreversible_investment_leadlag.mod to testsuite and make comparison with Irreversible_investment.mod --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e2466bca8..8e38202d2 100644 --- a/meson.build +++ b/meson.build @@ -1374,7 +1374,8 @@ mod_and_m_tests = [ { 'test' : [ 'deterministic_simulations/Solow_no_varexo.mod' ] }, { 'test' : [ 'deterministic_simulations/simul_ZLB_purely_forward.mod' ] }, { 'test' : [ 'deterministic_simulations/simul_ZLB_purely_forward_no_solution.mod' ] }, - { 'test' : [ 'deterministic_simulations/Irreversible_investment.mod' ] }, + { 'test' : [ 'deterministic_simulations/Irreversible_investment.mod', + 'deterministic_simulations/Irreversible_investment_leadlag.mod' ] }, { 'test' : [ 'deterministic_simulations/linear_state_space_arma.mod' ] }, { 'test' : [ 'deterministic_simulations/purely_forward/ar1.mod' ] }, { 'test' : [ 'deterministic_simulations/purely_forward/nk.mod' ] }, -- GitLab