From 726ad1b84c0b9101228a7cd741961745eaa16b95 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 29 Jul 2016 17:00:25 -0400 Subject: [PATCH] build system: add missing dependency in test suite, add missing clean rule --- tests/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index a6025fbee..12ef92352 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -333,6 +333,9 @@ MFILES = initval_file/ramst_initval_file_data.m example1_use_dll.m.trs: example1.m.trs example1_use_dll.o.trs: example1.o.trs +estimation/MH_recover/fs2000_recover_tarb.m.trs: estimation/MH_recover/fs2000_recover.m.trs +estimation/MH_recover/fs2000_recover_tarb.o.trs: estimation/MH_recover/fs2000_recover.o.trs + k_order_perturbation/fs2000k_1_m.m.trs: k_order_perturbation/fs2000k2_m.m.trs k_order_perturbation/fs2000k2_m.m.trs k_order_perturbation/fs2000k3_m.m.trs k_order_perturbation/fs2000k2_use_dll.m.trs k_order_perturbation/fs2000k3_use_dll.m.trs: k_order_perturbation/fs2000k2a.m.trs k_order_perturbation/fs2000k_1_use_dll.m.trs: k_order_perturbation/fs2000k2_use_dll.m.trs @@ -689,6 +692,9 @@ clean-local: rm -f data_ca1_csv.csv + rm -f estimation/MH_recover/*.mat \ + estimation/MH_recover/*.dat + rm -rf ramsey_objective rm -f fs2000_ssfile_steadystate.m