MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / TEST_F

Function TEST_F

src/tests/unit_test.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79TEST_F(clfft_UnitTest, get_plan_context_should_get_a_context) {
80 cl_context the_context = NULL;
81
82 EXPECT_EQ( CLFFT_SUCCESS, clfftGetPlanContext( test_plan, &the_context ) );
83 if( the_context == NULL )
84 EXPECT_EQ( "context is null :(", "context should not be null");
85}
86
87TEST_F(clfft_UnitTest, copyPlan_should_copy_plan) {
88 clfftPlanHandle copied_plan;

Callers

nothing calls this directly

Calls 15

clfftGetPlanContextFunction · 0.85
clfftSetPlanDimFunction · 0.85
clfftSetPlanLengthFunction · 0.85
clfftSetLayoutFunction · 0.85
clfftSetResultLocationFunction · 0.85
clfftSetPlanPrecisionFunction · 0.85
clfftSetPlanScaleFunction · 0.85
clfftSetPlanDistanceFunction · 0.85
clfftSetPlanInStrideFunction · 0.85
clfftSetPlanOutStrideFunction · 0.85
clfftCopyPlanFunction · 0.85
clfftDestroyPlanFunction · 0.85

Tested by

no test coverage detected