You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a separate test function for every header
- Header tests can now be run selectively, e.g.
`cargo test header` will test all headers
`cargo test union` will test headers with 'union' in the file name
- The list of test functions is generated by `build.rs`, so never needs to be updated
- Clever approach suggested by @fitzgen
This PR depends on #204, so will include those changes until they're merged into master and this can be rebased. But I'll keep the commits separate.
0 commit comments