mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
tests/invalid_submodules/*.m:
Rename modules as mentioned above.
Indent nested submodules to make them stand out.
tests/invalid_submodules/*.m:
tests/invalid_submodules/*.err_exp:
Update all references to the moved modules.
tests/invalid_submodules/Mercury.options:
Delete reference to a test that is another directory.
15 lines
737 B
Plaintext
15 lines
737 B
Plaintext
# vim: ts=4 sw=4 expandtab
|
|
#
|
|
# Inter-module optimization changes the diagnostics for some tests
|
|
# (in most cases reporting diagnostics when writing the `.opt' file).
|
|
# For those tests, we just disable inter-module optimization.
|
|
|
|
MCFLAGS-exported_unify3 = --no-intermodule-optimization
|
|
MCFLAGS-import_in_parent = --no-intermodule-optimization \
|
|
--warn-unused-imports
|
|
MCFLAGS-import_in_parent.sub = --no-intermodule-optimization
|
|
MCFLAGS-missing_parent_import = --no-intermodule-optimization
|
|
MCFLAGS-subtype_submodule = --no-intermodule-optimization
|
|
MCFLAGS-undef_mod_qual = --no-intermodule-optimization
|
|
MCFLAGS-unresolved_overloading = --no-intermodule-optimization
|