Loading...
Searching...
No Matches
cppunit.hpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2021 Jens Wetterich <jens@wetterich-net.de>
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
24#ifndef CPPUNIT_H
25#define CPPUNIT_H
26#if __cplusplus >= 201103L || defined(DOXYGEN)
30#else
31#error This library needs C++11 and newer
32#endif
33#endif
RIOT unit tests for C++ base classes and macros.
RIOT unit tests for C++ assertion macros.
RIOT unit tests for C++ assertion macros for Fake Functions Framework.