From 4459f9a488809125162d3183cb0982009332f1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 12 Jun 2023 14:00:58 +0200 Subject: [PATCH] Testsuite: move homotopy/ folder under the steady_state/ folder To clarify that those tests are about homotopy for steady state computation, and not for perfect foresight simulation. --- tests/Makefile.am | 12 ++++-------- tests/{ => steady_state}/homotopy/common.mod | 0 tests/{ => steady_state}/homotopy/homotopy1_test.mod | 0 tests/{ => steady_state}/homotopy/homotopy2_test.mod | 0 tests/{ => steady_state}/homotopy/homotopy3_test.mod | 0 5 files changed, 4 insertions(+), 8 deletions(-) rename tests/{ => steady_state}/homotopy/common.mod (100%) rename tests/{ => steady_state}/homotopy/homotopy1_test.mod (100%) rename tests/{ => steady_state}/homotopy/homotopy2_test.mod (100%) rename tests/{ => steady_state}/homotopy/homotopy3_test.mod (100%) diff --git a/tests/Makefile.am b/tests/Makefile.am index 721c0b9fb..f6db78ee2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -222,9 +222,9 @@ MODFILES = \ fs2000/fs2000_sd.mod \ fs2000/fs2000_dseries_a.mod \ fs2000/fs2000_dseries_b.mod \ - homotopy/homotopy1_test.mod \ - homotopy/homotopy2_test.mod \ - homotopy/homotopy3_test.mod \ + steady_state/homotopy/homotopy1_test.mod \ + steady_state/homotopy/homotopy2_test.mod \ + steady_state/homotopy/homotopy3_test.mod \ bvar_a_la_sims/bvar_standalone.mod \ bvar_a_la_sims/bvar_and_dsge.mod \ AIM/fs2000x10L9_L.mod \ @@ -1058,10 +1058,6 @@ arima: m/arima o/arima m/arima: $(patsubst %.mod, %.m.trs, $(filter arima/%.mod, $(MODFILES))) o/arima: $(patsubst %.mod, %.o.trs, $(filter arima/%.mod, $(MODFILES))) -homotopy: m/homotopy o/homotopy -m/homotopy: $(patsubst %.mod, %.m.trs, $(filter homotopy/%.mod, $(MODFILES))) -o/homotopy: $(patsubst %.mod, %.o.trs, $(filter homotopy/%.mod, $(MODFILES))) - expectations: m/expectations o/expectations m/expectations: $(patsubst %.mod, %.m.trs, $(filter expectations/%.mod, $(MODFILES))) o/expectations: $(patsubst %.mod, %.o.trs, $(filter expectations/%.mod, $(MODFILES))) @@ -1325,7 +1321,7 @@ EXTRA_DIST = \ reporting/dc_a.csv \ reporting/dc_q.csv \ reporting/runDynareReport.m \ - homotopy/common.mod \ + steady_state/homotopy/common.mod \ block_bytecode/ls2003.mod \ steady_state/fs2000_ssfile_aux.m \ utils/printMakeCheckMatlabErrMsg.m \ diff --git a/tests/homotopy/common.mod b/tests/steady_state/homotopy/common.mod similarity index 100% rename from tests/homotopy/common.mod rename to tests/steady_state/homotopy/common.mod diff --git a/tests/homotopy/homotopy1_test.mod b/tests/steady_state/homotopy/homotopy1_test.mod similarity index 100% rename from tests/homotopy/homotopy1_test.mod rename to tests/steady_state/homotopy/homotopy1_test.mod diff --git a/tests/homotopy/homotopy2_test.mod b/tests/steady_state/homotopy/homotopy2_test.mod similarity index 100% rename from tests/homotopy/homotopy2_test.mod rename to tests/steady_state/homotopy/homotopy2_test.mod diff --git a/tests/homotopy/homotopy3_test.mod b/tests/steady_state/homotopy/homotopy3_test.mod similarity index 100% rename from tests/homotopy/homotopy3_test.mod rename to tests/steady_state/homotopy/homotopy3_test.mod