1.3.49
Loading...
Searching...
No Matches
selfTest.cpp
Go to the documentation of this file.
1
16
#include "
Context.h
"
17
18
#define DOCTEST_CONFIG_IMPLEMENT
19
#define DOCTEST_CONFIG_DISABLE_AUTOMATIC_DISCOVERY
20
#include "doctest.h"
21
#include "doctest_utils.h"
22
23
using namespace
helios;
24
25
double
errtol = 1e-6;
26
27
#include "Test_OBJ.h"
28
#include "Test_XML.h"
29
#include "Test_context.h"
30
#include "Test_data.h"
31
#include "Test_functions.h"
32
#include "Test_utilities.h"
33
34
int
Context::selfTest
(
int
argc,
char
**argv) {
35
return
helios::runDoctestWithValidation(argc, argv);
36
}
core
tests
selfTest.cpp
Generated by
1.9.8