From 6d304891d19da6f0036eec417a1a4446f6ba29da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?= Date: Fri, 13 Mar 2015 22:51:02 +0100 Subject: [PATCH] Fixed EXTRA_DIST in Makefile.am. I forgot to update Makefile.am after the change introduced in the previous commit (a988418668cb8d8441c5c483700f03bea9c685f9). --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 83f378580..14e46b716 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -337,7 +337,7 @@ EXTRA_DIST = \ fs2000_ssfile_aux.m \ printMakeCheckMatlabErrMsg.m \ printMakeCheckOctaveErrMsg.m \ - test.m \ + fataltest.m \ AIM/data_ca1.m \ AIM/fs2000_b1L1L_AIM_steadystate.m \ AIM/fs2000_b1L1L_steadystate.m \