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

merge test()/testF() and testing()/testingF() into each other #12

Closed
bxparks opened this issue Mar 29, 2018 · 1 comment
Closed

merge test()/testF() and testing()/testingF() into each other #12

bxparks opened this issue Mar 29, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@bxparks
Copy link
Owner

bxparks commented Mar 29, 2018

With some C-preprocessor hackery, it's possible to merge the 1-argument macro and the 1-argument macro into a single macro. Not sure if this is worth it or not.

@bxparks
Copy link
Owner Author

bxparks commented Jun 21, 2018

I think this is not worth it. The TEST_F() macro is an established macro in Google Test. Also, AUnit inherited a whole bunch of macros (assertTestXxxF(), checkTestXxxF(), testingF(), externTestF(), externTestingF()) from ArduinoUnit which would need the same cpp macro trick to merge into their equilvalent non-F forms. That's too much code clutter for not much value.

@bxparks bxparks closed this as completed Jun 21, 2018
@bxparks bxparks added the wontfix This will not be worked on label Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant