mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
tests/feedback/mandelbrot_dir:
tests/feedback/mmc_dir:
Add "_dir" suffixes to the names of these two subdirectories.
The reason is that when doing a bootcheck in the java or C# grades,
which always use mmc --make, the realclean action we executed
for each test, mandelbrot and mmc, in this directory,
deleted these directories, because their names coincided
with the names of what would have been the executables
in these tests. (Of course, part of the problem is that
the realclean action effectively executed "rm -r" instead of
just "rm" when it *thought* it was removing an executable.)
tests/feedback/Mmakefile:
Tell the tests to get the deep profiling data files from the
updated directory names.