-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -825,9 +825,10 @@ I deeply appreciate the help of the following people. | |
- [EnricoBilla](https://github.com/EnricoBilla) noted a typo in an example. | ||
- [Martin Hořeňovský](https://github.com/horenmar) found a way for a 2x speedup for the compilation time of the test suite. | ||
- [ukhegg](https://github.com/ukhegg) found proposed an improvement for the examples section. | ||
- [rswanson-ihi](https://github.com/rswanson-ihi) noted a type in the README. | ||
- [rswanson-ihi](https://github.com/rswanson-ihi) noted a typo in the README. | ||
- [Mihai Stan](https://github.com/stanmihai4) fixed a bug in the comparison with `nullptr`s. | ||
- [Tushar Maheshwari](https://github.com/tusharpm) added [cotire](https://github.com/sakra/cotire) support to speed up the compilation. | ||
- [TedLyngmo](https://github.com/TedLyngmo) noted a typo in the README. | ||
Thanks a lot for helping out! Please [let me know](mailto:[email protected]) if I forgot someone. | ||
|
@@ -887,7 +888,7 @@ To compile and run the tests, you need to execute | |
```sh | ||
$ make json_unit -Ctest | ||
$ ./test/json_unit "*"" | ||
$ ./test/json_unit "*" | ||
=============================================================================== | ||
All tests passed (11202597 assertions in 47 test cases) | ||
|
a135418
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A typo on the word "typo". 👌
a135418
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not wait for an issue or pull request here ;-)