Branch data Line data Source code
1 : : #include "sute.h"
2 : :
3 : : /* Mock only tecting in unit-mode so the linker wraps are active */
4 : 1 : Return comprehensive_mock_testing(void)
5 : : {
6 : 1 : INITTEST;
7 : :
8 : 1 : enum run_mode prev_run_mode = run_external;
9 : :
10 : 1 : run_external = INTERNAL_TEST;
11 : :
12 [ + - ]: 1 : TEST(test0031,"Read error handling during hashing…");
13 : :
14 : 1 : run_external = prev_run_mode;
15 : :
16 [ + - - + : 1 : RETURN_STATUS;
- - - + +
- ]
17 : : }
|