Fawkes API
Fawkes Development Version
catch2_main.cpp
1
/***************************************************************************
2
* catch2_main.cpp - CircularBuffer Unit Test
3
*
4
* Created: Tue Nov 24 14:45:42 2020
5
* Copyright 2020 Till Hofmann
6
*
7
****************************************************************************/
8
9
/* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU Library General Public License for more details.
18
*
19
* Read the full text in the LICENSE.GPL file in the doc directory.
20
*/
21
22
#define CATCH_CONFIG_MAIN
23
24
#include <catch2/catch.hpp>
src
libs
core
tests
catch2_main.cpp
Generated by
1.9.4