• Show log

    Commit

  • Hash : 8b21d104
    Author : Bruno Haible
    Date : 2022-09-10T20:01:24

    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.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2022 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.