-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
We need to support test annotations; the initial form is supposed to work just as tags, but later
Bikeshedding syntax proposal:
MAYFLY_ADD_TESTCASE("foo [basic] [!all]", []()
{
MAYFLY_REQUIRE(false);
});Required futures:
./test-binaryimplicitly runs everything in[all]; require an explicit annotation of[!all]to exclude from execution by default./test-binary -a basicruns all tests in[basic]./test-binary -a '!basic'runs all tests but those in[basic]./test-binary -a basic -a parallelruns all tests in[basic]and all tests in[parallel]./test-binary -a 'basic+parallel'runs all tests that are tagged with both[basic]and[parallel]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels