
CHEAT unit test framework
=========================

SPDX-FileType: DOCUMENTATION
SPDX-FileCopyrightText: NONE
SPDX-License-Identifier: CC0-1.0

Project page: <https://github.com/Tuplanolla/cheat/>

The version used here is based on 1.0.4 with the following patches:
- Yellow foreground color replaced
  Unreadable with white background otherwise.
- Special code paths for Linux and Unix detection removed
  Handle such systems like all other POSIX systems.
- Detection of POSIX.1-1988 removed
  There was no value defined for _POSIX_C_SOURCE before POSIX.1-1990.
- Detection of POSIX.1-1990 fixed
  The macro _POSIX_C_SOURCE has the value 1 for POSIX.1-1990.
  XSI extension is required for mode CHEAT_POSIXLY to work correctly
  before POSIX-1-2001 (without "sys/select.h").
- License declarations added for REUSE 3.3
