From 45a9dc2e9abf8bb0ecfe399946209dd5da71d418 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 4 Feb 2023 12:53:02 +0100 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ modules/assert-h-tests | 1 + modules/stdarg-tests | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe9bdb27a0..6ef50965e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-02-04 Bruno Haible + + 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. + 2023-02-04 Bruno Haible spawn: Fix compilation error on macOS (regression 2023-01-22). 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: -- 2.39.5