From c68e4801bd367c789b25d59f42d40a564a258853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 2 Sep 2021 17:14:07 +0200 Subject: [PATCH] Build system: add several test files to the source package --- tests/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 48901295c8..5d2936fb59 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1155,6 +1155,7 @@ EXTRA_DIST = \ run_m_script.m \ load_octave_packages.m \ $(MODFILES) \ + $(PARTICLEFILES) \ $(XFAIL_MODFILES) \ $(MFILES) \ run_block_byte_tests_matlab.m \ @@ -1255,6 +1256,7 @@ EXTRA_DIST = \ shock_decomposition/fsdat_simul.m \ smoother2histval/fsdat_simul.m \ particle/first_spec_common.inc \ + particle/risky.m \ optimal_policy/Ramsey/find_c.m \ optimal_policy/Ramsey/oo_ramsey_policy_initval.mat \ observation_trends_and_prefiltering/generate_trend_stationary_AR1.m \ @@ -1290,10 +1292,15 @@ EXTRA_DIST = \ estimation/method_of_moments/AnScho/AnScho_MoM_data_2.mat \ estimation/method_of_moments/RBC/RBC_MoM_common.inc \ estimation/method_of_moments/RBC/RBC_MoM_steady_helper.m \ + estimation/method_of_moments/RBC/RBC_Andreasen_Data_2.mat \ estimation/method_of_moments/AFVRR/AFVRR_common.inc \ estimation/method_of_moments/AFVRR/AFVRR_steady_helper.m \ + estimation/method_of_moments/AFVRR/AFVRR_data_mat \ estimation/univariate/data.csv \ estimation/univariate/ols/mc-ols.inc \ + estimation/no_init_estimation_check_first_obs/fsdat_simul.m \ + estimation/no_init_estimation_check_first_obs/fsdat_dat.m \ + estimation/no_init_estimation_check_first_obs/fsdat_dat_XFAIL.m \ ecb/SURGibbs/fishdata.csv \ test_aggregate_routine_1_2.m \ test_aggregate_routine_1_2_3.m \ -- GitLab