default-writer
default-writer
https://github.com/default-writer/c
currently i did not see any colorisation on .devcontainer in vscode for both main and no-asan, so [PASSED] printed out normally. is it expected or just a glitch? i do...
@christophercrouzet i think i can implement this functionality, in style. just parsing command line is not seems to be a rocket science, since i know the point where all tests...
> Most unit test frameworks have an option to only run tests specified as arguments. > > Proposed syntaxes: > > * `-t suite`: run all tests under **suite**. >...
In my opinion excluding individual tests with -T switch and forcefully including another tests/test sets with -t should be enough in most of the cases, @christophercrouzet @markand, isn't it? For...
Thanks to head this! Ok, no worries, i am not either under immediate need for this feature as well, your repo really works well, indeed!
you can see it in Visual Studio 2017 
could you please give more info for steps for reproduction?
> He’s right. I used to always pass -x64 to get faster compiles, but this is no longer a good idea since we now have an arm version and various...