unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jostein Kjønigsen" <jostein@secure.kjonigsen.net>
To: "Stefan Monnier" <monnier@iro.umontreal.ca>,
	"Jostein Kjønigsen" <jostein@kjonigsen.net>
Cc: emacs-devel@gnu.org
Subject: Re: [elpa] externals/csharp-mode 7d7bf8895b 3/3: Merge pull request #264 from emacs-csharp/feature/non-eask-test
Date: Wed, 17 Aug 2022 20:15:56 +0200	[thread overview]
Message-ID: <33bd6bce-3807-f00a-574f-6de2ba825e67@secure.kjonigsen.net> (raw)
In-Reply-To: <jwvr11fccg4.fsf-monnier+emacs@gnu.org>

On 17.08.2022 13:58, Stefan Monnier wrote:
>
> BTW, the standard way to fix this problem is to wrap that code inside
> a function (say `csharp-mode-tests-setup`) and then instead of:
>
>> -	$(EASK) test ert csharp-mode-tests.el
>> +	$(EMACS) -Q -batch -L . -l csharp-mode-tests.el -f ert-run-tests-batch-and-exit
> you do something like:
>
> 	$(EMACS) -Q -batch -L . -l csharp-mode-tests.el \
> 	         -f csharp-mode-tests-setup             \
> 	         -f ert-run-tests-batch-and-exit
>
Thanks. That's a good suggestion. Consider it done!

-- 
Jostein



      reply	other threads:[~2022-08-17 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <166073384771.26766.589535001122139292@vcs2.savannah.gnu.org>
     [not found] ` <20220817105730.54666C09BFD@vcs2.savannah.gnu.org>
2022-08-17 11:58   ` [elpa] externals/csharp-mode 7d7bf8895b 3/3: Merge pull request #264 from emacs-csharp/feature/non-eask-test Stefan Monnier
2022-08-17 18:15     ` Jostein Kjønigsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33bd6bce-3807-f00a-574f-6de2ba825e67@secure.kjonigsen.net \
    --to=jostein@secure.kjonigsen.net \
    --cc=emacs-devel@gnu.org \
    --cc=jostein@kjonigsen.net \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).