Files
mercury/tests/mmc_make/Mercury.options
Peter Wang 0c6a051288 Add a test case for the new --lib-linkage' option to mmc --make'.
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.
2006-01-11 05:37:01 +00:00

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