From 03433112a47c88b1a385c1556b70febc6a65a38d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 10 Oct 2023 17:42:12 -0400
Subject: [PATCH] Testsuite: add tests for
 print_bytecode_{static,dynamic}_model commands

---
 tests/block_bytecode/ls2003.mod | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/block_bytecode/ls2003.mod b/tests/block_bytecode/ls2003.mod
index 4b598b5f8b..216c8738aa 100644
--- a/tests/block_bytecode/ls2003.mod
+++ b/tests/block_bytecode/ls2003.mod
@@ -144,6 +144,11 @@ steady(solve_algo = @{solve_algo});
 model_info;
 @#endif
 
+@#if bytecode
+print_bytecode_static_model;
+print_bytecode_dynamic_model;
+@#endif
+
 check;
 
 shocks;
-- 
GitLab