Skip to content
  • Roland Levillain's avatar
    Canonize Milena's tests' output file names. · 165770fe
    Roland Levillain authored
    	* tests/binarization/threshold.cc,
    	* tests/data/approx/median.cc,
    	* tests/data/median.cc,
    	* tests/data/median_fast.cc,
    	* tests/data/naive/median.cc,
    	* tests/io/dump/dump.cc,
    	* tests/io/fits/fits.cc,
    	* tests/io/magick/save.cc,
    	* tests/io/off/load_save_bin.cc,
    	* tests/io/pbm/pbm.cc,
    	* tests/io/pbm/pbm_ascii.cc,
    	* tests/io/pbms/load.cc,
    	* tests/io/pgm/pgm.cc,
    	* tests/io/pgm/pgm16.cc,
    	* tests/io/pgm/pgm19.cc,
    	* tests/io/pgm/pgm27.cc,
    	* tests/io/pgm/pgm_ascii.cc,
    	* tests/io/pgms/load.cc,
    	* tests/io/ppm/ppm.cc,
    	* tests/io/ppm/ppm16.cc,
    	* tests/io/ppm/ppm23.cc,
    	* tests/io/ppms/load.cc,
    	* tests/linear/convolve.cc,
    	* tests/linear/convolve_2x1d.cc,
    	* tests/linear/convolve_directional.cc,
    	* tests/linear/gaussian.cc,
    	* tests/linear/gaussian/filter.cc,
    	* tests/linear/lap.cc,
    	* tests/linear/log.cc,
    	* tests/linear/sobel_2d.cc,
    	* tests/morpho/approx/dilation.cc,
    	* tests/morpho/approx/erosion.cc,
    	* tests/morpho/artificial_line_graph_image_wst.cc,
    	* tests/morpho/closing/algebraic.cc,
    	* tests/morpho/closing/approx/structural.cc,
    	* tests/morpho/closing/height.cc,
    	* tests/morpho/closing/leveling.cc,
    	* tests/morpho/closing/structural.cc,
    	* tests/morpho/closing/sum.cc,
    	* tests/morpho/closing/volume.cc,
    	* tests/morpho/complex_image_wst.cc,
    	* tests/morpho/contrast.cc,
    	* tests/morpho/dilation.cc,
    	* tests/morpho/general.cc,
    	* tests/morpho/gradient.cc,
    	* tests/morpho/hit_or_miss.cc,
    	* tests/morpho/laplacian.cc,
    	* tests/morpho/lena_line_graph_image_wst1.cc,
    	* tests/morpho/lena_line_graph_image_wst2.cc,
    	* tests/morpho/meyer_wst.cc,
    	* tests/morpho/meyer_wst_long.cc,
    	* tests/morpho/opening/algebraic.cc,
    	* tests/morpho/opening/approx/structural.cc,
    	* tests/morpho/opening/area.cc,
    	* tests/morpho/opening/height.cc,
    	* tests/morpho/opening/leveling.cc,
    	* tests/morpho/opening/structural.cc,
    	* tests/morpho/opening/sum.cc,
    	* tests/morpho/opening/volume.cc,
    	* tests/morpho/thinning.cc,
    	* tests/morpho/watershed/flooding.cc,
    	* tests/morpho/watershed/topological.cc:
    	Add the name of the test as prefix of its output file names.
    	* tests/binarization/Makefile.am,
    	* tests/data/Makefile.am,
    	* tests/data/approx/Makefile.am,
    	* tests/data/naive/Makefile.am,
    	* tests/io/dump/Makefile.am,
    	* tests/io/fits/Makefile.am,
    	* tests/io/magick/Makefile.am,
    	* tests/io/off/Makefile.am,
    	* tests/io/pbm/Makefile.am,
    	* tests/io/pbms/Makefile.am,
    	* tests/io/pgm/Makefile.am,
    	* tests/io/pgms/Makefile.am,
    	* tests/io/ppm/Makefile.am,
    	* tests/io/ppms/Makefile.am,
    	* tests/linear/Makefile.am,
    	* tests/linear/gaussian/Makefile.am,
    	* tests/morpho/Makefile.am,
    	* tests/morpho/approx/Makefile.am,
    	* tests/morpho/closing/Makefile.am,
    	* tests/morpho/closing/approx/Makefile.am,
    	* tests/morpho/opening/Makefile.am,
    	* tests/morpho/opening/approx/Makefile.am,
    	* tests/morpho/watershed/Makefile.am
    	(CLEANFILES): Adjust.
    	Rename as...
    	(MOSTLYCLEANFILES): ...this.
    165770fe