Searched refs:perform_operation (Results 1 - 2 of 2) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator_test.c49 extern int perform_operation(
172 // Ensure perform_operation() asserts when a NULL arguments array is specified.
180 expect_assert_failure(perform_operation(
186 /* Ensure perform_operation() asserts when a NULL operator_functions array is
195 expect_assert_failure(perform_operation(
200 /* Ensure perform_operation() asserts when a NULL pointer is specified for
211 expect_assert_failure(perform_operation(
216 /* Ensure perform_operation() asserts when a NULL pointer is specified for
227 expect_assert_failure(perform_operation(
233 // Ensure perform_operation() return
[all...]
H A Dcalculator.c155 static int perform_operation( function
243 const int result = perform_operation(

Completed in 74 milliseconds