4224: tests/morpho/closing/approx/Makefile.am: add test outputs to CLEANFILES.

--- milena/ChangeLog | 5 +++++ milena/tests/morpho/closing/approx/Makefile.am | 7 +++++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index a8e29fe..5fa5f9c 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,10 @@ 2009-06-30 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + * tests/morpho/closing/approx/Makefile.am: add test outputs to + CLEANFILES. + +2009-06-30 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> + Regen headers.mk and unit-tests.mk. * milena/headers.mk, diff --git a/milena/tests/morpho/closing/approx/Makefile.am b/milena/tests/morpho/closing/approx/Makefile.am index 8afb5a9..c9eb6b6 100644 --- a/milena/tests/morpho/closing/approx/Makefile.am +++ b/milena/tests/morpho/closing/approx/Makefile.am @@ -25,3 +25,10 @@ check_PROGRAMS = \ structural_SOURCES = structural.cc TESTS = $(check_PROGRAMS) + + +# FIXME: each test should clean its output, temporary output should +# not be cleaned up by make. +CLEANFILES = \ + out.pbm \ + ref.pbm -- 1.5.6.5
participants (1)
-
Guillaume Lazzara