glibcmock icon indicating copy to clipboard operation
glibcmock copied to clipboard

A solution of mocking glibc function with Google Test.

Results 1 glibcmock issues
Sort by recently updated
recently updated
newest added

``` Expected equality of these values: 2 ehdr->e_type Which is: 3 object file type should be [ET_EXEC] ``` CMake set the ELF e_type flag to ET_DYN with a `main` symbol...