mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
Estimated hours taken: 3
Branches: main
compiler/options_file.m:
Check MLLIBS contains only `-l' options.
tests/invalid/Mmakefile:
tests/invalid/invalid_mllibs.{m,err_exp}:
tests/invalid/Mercury.options:
tests/invalid/Mercury.options.invalid:
Test case.
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
# Test that we give a proper error message for words in MLLIBS that
|
|
# aren't `-l' options.
|
|
MLLIBS = invalid sdfksjdkljs
|