Scott Vokes
Scott Vokes
So other command line arguments that match the pattern `something=something` should call setenv before the run loop?
That seems like a good idea. I occasionally rely on make doing something similar. There shouldn't be any ambiguity between environment variable bindings and other command line options, and any...
https://github.com/silentbicycle/ff/blob/master/ff.c#L1-L15
At the same time, clean up the rules for "gln foo" vs. "gln ^foo" etc. And document!
You're right, it is convenient, but I've generally favored keeping it smaller (there's a self-imposed 1000 LOC limit guiding the design) and avoiding any non-portable constructs because I want it...
Rather than scanning the test source, it might be more reliable to use the test runner's `-l` flag, which lists the suite and test case names in a consistent and...
I don't use CMake, so I wouldn't maintain it, but something could go in `contrib/`. If you post a PR with CMake integration, please target the `develop` branch.
Work in progress PR: #112.
Glad it has been useful. The code change looks good. I will probably rework it a bit before integrating it in the next release (probably combining common elements with `GREATEST_ASSERT_EQ_FMTm`),...
Good catch, PR looks good, and thanks for targeting this against develop. I will include this in the next release.