Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility to gmock 1.7 #3

Merged
merged 1 commit into from
Jun 23, 2014

Conversation

mNisblee
Copy link
Contributor

Hello Hubert,
i've made your project compatible to libgmock v1.7.
Maybe you like to pull changes.
Regards Moritz

@hjagodzinski
Copy link
Owner

Hi mNisblee,

Thanks for your pull request! I will take a look at this. The change is rather not small but I hope I will manage to do it within a few days.

May I ask where you use C-Mock? I'm just curious:)

Cheers

@mNisblee
Copy link
Contributor Author

Hey,
it only looks like many changes :)
I've adapted only 2 lines in the pump file and re-executed the pump script on it.

I am currently experimenting with your module in an OS for wireless sensor networks that is witten in C. Until now, Boost.Test was used for unittesting especially of algorithms. But networklayers are hard to test without mocks and mocks are not supported by Boost.Test. Because I don't have the time to switch the whole testing framework to e.g. CMocka, the combination of Boost and Google Mock seems to be sensible.

Regards

@hjagodzinski
Copy link
Owner

Damn, you're right - it's only two lines. I didn't take a careful look. Great you find it useful.

Cheers

hjagodzinski added a commit that referenced this pull request Jun 23, 2014
Compatibility to gmock 1.7
@hjagodzinski hjagodzinski merged commit 155fd7e into hjagodzinski:master Jun 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants