MCPcopy Create free account
hub / github.com/ImageEngine/cortex / init

Function init

test/IECore/IECoreTest.cpp:73–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71using namespace IECore;
72
73bool init()
74{
75
76 test_suite *test = &framework::master_test_suite();
77
78 try
79 {
80 addBoostUnitTestTest(test);
81 addKDTreeTest(test);
82 addTypedDataTest(test);
83 addInterpolatorTest(test);
84 addIndexedIOTest(test);
85 addDataConversionTest(test);
86 addDataConvertTest(test);
87 addDespatchTypedDataTest(test);
88 addCompilerTest(test);
89 addRadixSortTest(test);
90 addSweepAndPruneTest(test);
91 addLevenbergMarquardtTest(test);
92 addSpaceTransformTest(test);
93 addLookupTest(test);
94 addParameterThreadingTest(test);
95 addInternedStringTest(test);
96 addRefCountedThreadingTest(test);
97 addLRUCacheThreadingTest(test);
98 addCompoundDataTest(test);
99 addCompoundObjectTest(test);
100 addComputationCacheTest(test);
101 addMurmurHashTest(test);
102 }
103 catch (std::exception &ex)
104 {
105 std::cerr << "Failed to create test suite: " << ex.what() << std::endl;
106 throw;
107 }
108
109 return true;
110}
111
112int main( int argc, char *argv[] )
113{

Callers 3

HitRecord.pyFile · 0.85
ScopedBindingMethod · 0.85

Calls 15

addBoostUnitTestTestFunction · 0.85
addKDTreeTestFunction · 0.85
addTypedDataTestFunction · 0.85
addInterpolatorTestFunction · 0.85
addIndexedIOTestFunction · 0.85
addDataConversionTestFunction · 0.85
addDataConvertTestFunction · 0.85
addDespatchTypedDataTestFunction · 0.85
addCompilerTestFunction · 0.85
addRadixSortTestFunction · 0.85
addSweepAndPruneTestFunction · 0.85

Tested by

no test coverage detected