From 7a4405e754c524431b5dfbd48d43e58eef56c6c5 Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel.juillard@mjui.fr>
Date: Tue, 24 Apr 2012 10:32:59 +0200
Subject: [PATCH] added check_options are the same as steady_options. Added
 option nocheck to 'check' in test fs2000/fs2000a as there is a unit root and
 the user provided _steadystate.m doesn't solve the static equations

---
 preprocessor/DynareBison.yy | 2 +-
 tests/fs2000/fs2000a.mod    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/preprocessor/DynareBison.yy b/preprocessor/DynareBison.yy
index a246d5c39..7a514209d 100644
--- a/preprocessor/DynareBison.yy
+++ b/preprocessor/DynareBison.yy
@@ -849,7 +849,7 @@ check_options_list : check_options_list COMMA check_options
                    | check_options
                    ;
 
-check_options : o_solve_algo;
+check_options : steady_options;
 
 model_info : MODEL_INFO ';'
              { driver.model_info(); }
diff --git a/tests/fs2000/fs2000a.mod b/tests/fs2000/fs2000a.mod
index e7b10e8f9..783ecb71d 100644
--- a/tests/fs2000/fs2000a.mod
+++ b/tests/fs2000/fs2000a.mod
@@ -55,7 +55,7 @@ var e_a; stderr 0.014;
 var e_m; stderr 0.005;
 end;
 
-check;
+check(nocheck);
 
 estimated_params;
 alp, beta_pdf, 0.356, 0.02;
-- 
GitLab