Florin T.
Florin T.
Hello there! It was awesome to find your library and I'd like to test it. I appreciate all the time and effort you put into it and writing the documentation....
I love xcpretty and I'm using it a lot. Thank you for making it! I noticed that when other compilers are invoked from the Xcode project (like the Intel compiler),...
This is related to #245 I think. I'm seeing the same error when I specify a config file. In my case I have a boolean flag that has a default...
Because each test method is registered separately, when I want to run a whole test case from the Test Navigator, multiple calls to RUN_ALL_TESTS() will be made (one for each...
First, this is a cool project, thanks for sharing it. (BTW, can you please add a license file so we know what the terms of usage are?) I noticed a...
The default reporter (PrettyUnitTestResultPrinter) writes straight to stdout via printf calls. I would like to have an API so I can provide my own std::ostream, like boost Test library: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/boost_test/test_output/logging_api/log_ct_output_stream_redirection.html...
### Issue Description [ccache](https://ccache.dev) is a compiler cache that stores the results of previous compiler invocations to accelerate your builds (even after you clean). It works fine with MSBuild as...
**Describe the bug** After you select the Xcode version you click the "Install" button and it looks like nothing is happening. I kept pressing that button over and over again...