olena-2.0-238-g45129d3 tests/Makefile.am: Add a missing file in EXTRA_DIST.

--- scribo/ChangeLog | 4 ++++ scribo/tests/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index ebfef2f..3c78bb8 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2013-03-06 Guillaume Lazzara <z@lrde.epita.fr> + * tests/Makefile.am: Add a missing file in EXTRA_DIST. + +2013-03-06 Guillaume Lazzara <z@lrde.epita.fr> + Add tests for lines_*_pattern routines. * tests/primitive/extract/Makefile.am: New targets. diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am index 58d375d..dd4fd9d 100644 --- a/scribo/tests/Makefile.am +++ b/scribo/tests/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011 EPITA Research and Development +# Copyright (C) 2009, 2010, 2011, 2013 EPITA Research and Development # Laboratory (LRDE). # # This file is part of Olena. @@ -23,6 +23,7 @@ EXTRA_DIST = \ img/alignment_3.pbm \ img/alignment_4.pbm \ img/comp_on_borders.pbm \ + img/lines_discontinued.pbm \ img/multi_scale.png \ img/phillip.pbm \ img/phillip.ppm \ -- 1.7.2.5
participants (1)
-
Guillaume Lazzara