]> Savannah Git Hosting - gnulib.git/commit
Reorganize C++ tests for stdbool and stdbool-c99.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Sep 2022 18:01:24 +0000 (20:01 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Sep 2022 18:01:24 +0000 (20:01 +0200)
commit8b21d104b20dfcbb5ddb8ca69fa64776487ceec6
treee228ff91b4e79b92788bebd76a74dffa9a9d1723
parentb4aa9d4076b7260cae801c726db19a4b176c5eaa
Reorganize C++ tests for stdbool and stdbool-c99.

* tests/test-stdbool-c++.cc: Don't include <stdbool.h> if TEST_STDBOOL_H
is not defined. Add a couple of simple tests, from test-stdbool.c.
* tests/test-stdbool-c99-c++.cc: New file.
* modules/stdbool-c99-c++-tests: New file, based on
modules/stdbool-c++-tests.
* modules/stdbool-c99-tests (Depends-on): Add stdbool-c99-c++-tests.
Remove stdbool-c++-tests.
* modules/stdbool-tests (Depends-on): Add stdbool-c++-tests.
ChangeLog
modules/stdbool-c99-c++-tests [new file with mode: 0644]
modules/stdbool-c99-tests
modules/stdbool-tests
tests/test-stdbool-c++.cc
tests/test-stdbool-c99-c++.cc [new file with mode: 0644]