GNU bug report logs -
#55421
[PATCH 0/1] Add emacs-bfuture
Previous Next
Full log
View this message in rfc822 format
Fredrik Salomonsson <plattfot <at> posteo.net> writes:
> Maxime Devos <maximedevos <at> telenet.be> writes:
>
>> Fredrik Salomonsson schreef op za 14-05-2022 om 23:54 [+0000]:
>>> + (arguments
>>> + `(#:tests? #t
>>> + #:test-command '("ert-runner")))
>>
>> Tests cannot be run when cross-compiling(*), try
>>
>> (arguments
>> (list #:tests? (not (%current-target-system))
>> #:test-command #~'("ert-runner")))
>>
>> instead.
>>
>> (*) unfortunately emacs-build-system does not support cross-compilation
>> yet, so this cannot yet be tested for emacs packages.
>>
>
> Got it, thanks.
>
> This is probably some sort of user error.
Yup, definetly user error. I missed the list part in the diff and had
written:
>> (arguments
>> `(#:tests? (not (%current-target-system))
>> #:test-command #~'("ert-runner")))
So the gexpression wasn't evaluated at the right time.
Should be all fixed in v1 patch I just sent.
--
s/Fred[re]+i[ck]+/Fredrik/g
This bug report was last modified 3 years and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.