From 269c221a0e6f22adb7e8601d4b860979a390a471 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 15 Oct 2012 17:42:02 +0200 Subject: [PATCH] make check: add dependencies --- tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index f39bfd900..d9532f99e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -191,6 +191,11 @@ AIM/fs2000x10_L9_L_AIM.o.trs: AIM/fs2000x10_L9_L.o.trs AIM/ls2003_2L0L_AIM.o.trs: AIM/ls2003_2L0L.o.trs AIM/ls2003_2L2L_AIM.o.trs: AIM/ls2003_2L2L.o.trs +estimation/fs2000_mc4_mf.m.trs: estimation/fs2000_mc4.m.trs +estimation/fs2000_mc6_mf.m.trs: estimation/fs2000_mc6.m.trs +estimation/fs2000_mc4_mf.o.trs: estimation/fs2000_mc4.o.trs +estimation/fs2000_mc6_mf.o.trs: estimation/fs2000_mc6.o.trs + # Matlab TRS Files MTRSFILES = $(patsubst %.mod, %.m.trs, $(MODFILES)) MTRSFILES += run_block_byte_tests_matlab.m.trs