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 <br...@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: