rexo icon indicating copy to clipboard operation
rexo copied to clipboard

Neat single-file cross-platform unit testing framework for C/C++.

Results 4 rexo issues
Sort by recently updated
recently updated
newest added

I would like to make a proposal for adding quick feature for ease of debugging on rx test crush: ![изображение](https://github.com/christophercrouzet/rexo/assets/383256/bda67c63-b23f-473b-9b4b-fc4d3c0c0b42) ![изображение](https://github.com/christophercrouzet/rexo/assets/383256/cd2af5f5-fa83-43cc-b6b5-874cd1b81ddc) This will allows to debug actual tests an it...

Most unit test frameworks have an option to only run tests specified as arguments. Proposed syntaxes: - `-t suite`: run all tests under **suite**. - `-t suite/test`: run the explicit...

a tremendous number of warning: too many arguments for format [-Wformat-extra-args]

I propose a runtime option to disable colors using `-c`.