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

Allow bigger TEST_CASE() names #45

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Conversation

flatcap
Copy link
Contributor

@flatcap flatcap commented Apr 2, 2020

The TEST_CASE() macro is limited to 64 chars.
Define a constant, TEST_CASE_MAXSIZE, defaulting to 64,
but allow the user to override it.


A lot of our test cases are paths, so often 64 chars isn't enough.

The TEST_CASE() macro is limited to 64 chars.
Define a constant, TEST_CASE_MAXSIZE, defaulting to 64,
but allow the user to override it.
@mity mity merged commit df9a0d5 into mity:master Apr 2, 2020
@mity
Copy link
Owner

mity commented Apr 2, 2020

Merged. Thanks.

@flatcap flatcap deleted the test_case_size branch May 8, 2022 03:15
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.

2 participants