Files
mercury/tests/mmc_make
Peter Wang 181122d1f8 Fix writing .module_dep files.
compiler/make.module_dep_file.m:
    Write foreign included file names to the .module_dep stream
    instead of the implicit output stream. The bug was introduced in
    commit 5f50259d16.

tests/mmc_make/Mmakefile:
    mmc --make does not set a non-zero exit status even if there were
    problems reading a .module_dep file. Explicitly grep for "error" in
    the mmc --make output in the include_file test that should have
    caught the preceding bug (assuming the workspace is built with
    --use-subdirs).

    grep for "error" in another test case.
2021-03-01 12:28:43 +11:00
..
2020-10-27 11:10:11 +11:00
2020-01-14 16:40:11 +11:00
2020-01-14 16:40:11 +11:00
2020-10-27 11:10:11 +11:00
2020-01-14 16:40:11 +11:00
2021-03-01 12:28:43 +11:00
2020-10-29 23:06:06 +11:00