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
23using namespace helios;
24
25double 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
34int Context::selfTest(int argc, char **argv) {
35 return helios::runDoctestWithValidation(argc, argv);
36}