Allow tests to be skipped based on whether or not the compiler has a tag
When working on a new foo extension, you can now put your tests in the testsuite, set ProjectTags=-foo in mk/build.mk and skip_unless_tag('foo') in the tests.
Please register or sign in to comment