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

TEST_MATRIX is unaware of local enums #757

Open
chrfle opened this issue Oct 18, 2024 · 0 comments
Open

TEST_MATRIX is unaware of local enums #757

chrfle opened this issue Oct 18, 2024 · 0 comments

Comments

@chrfle
Copy link

chrfle commented Oct 18, 2024

When using TEST_MATRIX it can't be used with local types.

E.g. I have a enum {A, B}; in my program.c and in my test_program.c I #include "program.c" I can't do:

TEST_MATRIX([A, B], [1,2])

As A and B will be undefined in the testrunner. This forces us to move the enum to program.h. It would be good if local types could be added in the generated testrunner.

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

No branches or pull requests

1 participant