aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-01-21 20:30:06 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2020-01-21 20:33:55 +0100
commit5b600fcae65df18c617adc0e5c35e98484e2b3cc (patch)
tree569e4018d38dfa3deb718db5705dbd152e2b7314 /configure.ac
parentb07384b5647057a67cd46109bd0272a195165855 (diff)
downloadguix-5b600fcae65df18c617adc0e5c35e98484e2b3cc.tar.gz
guix-5b600fcae65df18c617adc0e5c35e98484e2b3cc.zip
gnu: mrustc: Update to 0.9.
* gnu/packages/rust.scm (mrustc): update to 0.9. [arguments]<#:test-target]: Change to "test". <#:phases>[unpack-target-compiler]: Modify. [install]: Modify. (rust-1.19)[arguments]<#:phases>[build]: Modify.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions
sts argument to true when the test driver is run on its own (not via Automake). * build-aux/test-driver.scm (main): Set the default value of the --color-tests argument to true when it's not explicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer