bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: Activate all existing C++ tests
Date: Sat, 04 Feb 2023 12:53:40 +0100	[thread overview]
Message-ID: <8506283.ZGMmoKUtIb@nimes> (raw)

Some of the C++ tests that I added on 2019-12-05 were not actually active,
i.e. the option '--with-c++-tests' would miss them, since it operates on
module dependencies, without built-in knowledge about module names. The
only built-in knowledge about tests modules that gnulib-tool has is that
FOO depends on FOO-tests; nothing more.


2023-02-04  Bruno Haible  <bruno@clisp.org>

	Activate all existing C++ tests.
	* modules/assert-h-tests (Depends-on): Add assert-h-c++-tests.
	* modules/stdarg-tests (Depends-on): Add stdarg-c++-tests.

diff --git a/modules/assert-h-tests b/modules/assert-h-tests
index 670b06947c..a15451459d 100644
--- a/modules/assert-h-tests
+++ b/modules/assert-h-tests
@@ -2,6 +2,7 @@ Files:
 tests/test-assert.c
 
 Depends-on:
+assert-h-c++-tests
 
 configure.ac:
 
diff --git a/modules/stdarg-tests b/modules/stdarg-tests
index 19375f61c3..0a1c5930f6 100644
--- a/modules/stdarg-tests
+++ b/modules/stdarg-tests
@@ -1,6 +1,7 @@
 Files:
 
 Depends-on:
+stdarg-c++-tests
 
 configure.ac:
 





                 reply	other threads:[~2023-02-04 11:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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://lists.gnu.org/mailman/listinfo/bug-gnulib

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

  git send-email \
    --in-reply-to=8506283.ZGMmoKUtIb@nimes \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /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.
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).