8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Copied from https://sourceforge.net/tracker/?func=detail&aid=1706223&group_id=158151&atid=806684
The macro UNITTEST_TIME_CONSTRAINT_EXEMPT is defined for TEST but not for TEST_FIXTURE.
Try:
struct simpleFix { }; TEST_FIXTURE(simpleFix, test) { UNITTEST_TIME_CONSTRAINT_EXEMPT(); }
Candidate patch is already available at https://sourceforge.net/tracker/?func=detail&aid=2746453&group_id=158151&atid=806686
The text was updated successfully, but these errors were encountered:
8faa479
Merge pull request #26 from pjohnmeyer/fixUnitTestTimeConstraintExemp…
5f90bc5
…tForFixtures Fix unit test time constraint exempt for fixtures; closes #9.
pjohnmeyer
Successfully merging a pull request may close this issue.
Copied from https://sourceforge.net/tracker/?func=detail&aid=1706223&group_id=158151&atid=806684
The macro UNITTEST_TIME_CONSTRAINT_EXEMPT is defined for TEST but not for TEST_FIXTURE.
Try:
Candidate patch is already available at https://sourceforge.net/tracker/?func=detail&aid=2746453&group_id=158151&atid=806686
The text was updated successfully, but these errors were encountered: