mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 13:53:54 +00:00
Estimated hours taken: 0.5 Add support to the test suite for testing the GCC back-end (`--target asm') version of the compiler. tests/handle_options: Add a `-t <target>' / `--target <target>' option. If this is set, include `--target <target>' in $mmakeopts, so that it gets passed to mmake. tests/*/runtests: tests/*/*/runtests: Put `-k' after $mmakeopts, since `-k' is a `make' option, not an `mmake' option, and `mmake' options (in particular `--target') must precede all make options.