Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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)
27
#include "
cppunit/cppunit_base.hpp
"
28
#include "
cppunit/cppunit_expect.hpp
"
29
#include "
cppunit/cppunit_fff.hpp
"
30
#else
31
#error This library needs C++11 and newer
32
#endif
33
#endif
cppunit_base.hpp
RIOT unit tests for C++ base classes and macros.
cppunit_expect.hpp
RIOT unit tests for C++ assertion macros.
cppunit_fff.hpp
RIOT unit tests for C++ assertion macros for Fake Functions Framework.
Generated on Sat Nov 16 2024 04:50:52 by
1.9.8