Files
mercury/tests/feedback
Zoltan Somogyi 2c50256e4a Fix disappearing directories in tests/feedback.
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.
2025-09-03 18:10:25 +02:00
..