* Activate all existing C++ tests
@ 2023-02-04 11:53 Bruno Haible
0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2023-02-04 11:53 UTC (permalink / raw)
To: bug-gnulib
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:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-04 11:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-04 11:53 Activate all existing C++ tests Bruno Haible
Code repositories for project(s) associated with this public inbox
https://public-inbox.org/mirrors/gnulib.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).