From c4dc48c6da20a62715be864a70a72f7da3eed35e Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Sat, 11 Sep 2021 11:26:55 +0200
Subject: [PATCH] testsuite: Fix missing dependence

(cherry picked from commit e7b1d4aca5a2fffc72cf7a766b7480abdf40cdce)
---
 tests/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4d47b82f14..b51588048a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -679,6 +679,9 @@ kalman_filter_smoother/algo4.o.trs: kalman_filter_smoother/algo3.o.trs
 kalman_filter_smoother/test_compute_Pinf_Pstar.m.trs: kalman_filter_smoother/test_compute_Pinf_Pstar_data.m.trs
 kalman_filter_smoother/test_compute_Pinf_Pstar.o.trs: kalman_filter_smoother/test_compute_Pinf_Pstar_data.o.trs
 
+optimal_policy/Ramsey/ramsey_ex.m.trs: optimal_policy/Ramsey/ramsey_ex_initval.m.trs
+optimal_policy/Ramsey/ramsey_ex.o.trs: optimal_policy/Ramsey/ramsey_ex_initval.o.trs
+
 optimal_policy/nk_ramsey_expectation_a.m.trs: optimal_policy/nk_ramsey_expectation.m.trs
 optimal_policy/nk_ramsey_expectation_a.o.trs: optimal_policy/nk_ramsey_expectation.o.trs
 
@@ -1511,6 +1514,8 @@ clean-local:
 
 	rm -f occbin/filter/dataobsfile2.mat
 
+	rm -f optimal_policy/Ramsey/oo_ramsey_policy_initval.mat
+
 	find . -name "*.tex" -type f -delete
 	find . -name "*.aux" -type f -delete
 	find . -name "*.log" -type f -delete
-- 
GitLab