mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
Estimated hours taken: 2 Branches: main tests/mmc_make/Mercury.options: tests/mmc_make/Mmakefile: tests/mmc_make/linkage_test.exp: tests/mmc_make/linkage_test.m: tests/mmc_make/lib/linkage_test2.m: Add a test case for the new `--lib-linkage' option to `mmc --make'. Fix an existing test case (complex_test) in the same directory. It was looking for the file `../TESTS_FLAGS' while in the directory `tests/mmc_make/lib', which doesn't exist. The workaround used is to symlink or copy `tests/TESTS_FLAGS' into `tests/mmc_make/TESTS_FLAGS' as necessary.
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
LIB_DIRS = install/lib/mercury
|
|
|
|
LIBRARIES-complex_test = complex_numbers
|
|
MCFLAGS-complex_test = --linkage shared
|
|
|
|
LIBRARIES-linkage_test = linkage_test2
|