#include "Context.h"
#include "doctest.h"
#include "doctest_utils.h"
#include "Test_OBJ.h"
#include "Test_XML.h"
#include "Test_context.h"
#include "Test_data.h"
#include "Test_functions.h"
#include "Test_utilities.h"
Go to the source code of this file.
Variables | |
double | errtol = 1e-6 |
Context selfTest() function.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file selfTest.cpp.
#define DOCTEST_CONFIG_DISABLE_AUTOMATIC_DISCOVERY |
Definition at line 19 of file selfTest.cpp.
#define DOCTEST_CONFIG_IMPLEMENT |
Definition at line 18 of file selfTest.cpp.
double errtol = 1e-6 |
Definition at line 25 of file selfTest.cpp.