emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 27.1 Windows Binaries -- testing wanted


From: Stefan Monnier
Subject: Re: Emacs 27.1 Windows Binaries -- testing wanted
Date: Sun, 23 Aug 2020 17:57:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> (ert-deftest feature-optimization ()
>   (should
>    (string-match-p "CFLAGS=-O2" system-configuration-options)))
>
> which is not strictly a feature and is windows specific.

Doesn't look Windows-specific to me.

> I would like to be
> able to add something that checks the size of the installation as
>  well. I don't want to get too bound up in making things OS independent.

It's easy to add some stuff under `(when (eq system-type 'windows-nt) ...)`
or something like that so it's still useful on other systems.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]