-
-
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
4 additions
and
3 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
- [Conversion from STL containers](#conversion-from-stl-containers) | ||
- [JSON Pointer and JSON Patch](#json-pointer-and-json-patch) | ||
- [Implicit conversions](#implicit-conversions) | ||
- [Conversions to arbitrary types](#arbitrary-types-conversions) | ||
- [Conversions to/from arbitrary types](#arbitrary-types-conversions) | ||
- [Binary formats (CBOR and MessagePack)](#binary-formats-cbor-and-messagepack) | ||
- [Supported compilers](#supported-compilers) | ||
- [License](#license) | ||
|
@@ -835,10 +835,11 @@ Thanks a lot for helping out! Please [let me know](mailto:[email protected]) if I | |
To compile and run the tests, you need to execute | ||
```sh | ||
$ make check | ||
$ make json_unit -Ctest | ||
$ ./test/json_unit "*"" | ||
=============================================================================== | ||
All tests passed (11202040 assertions in 44 test cases) | ||
All tests passed (11202052 assertions in 47 test cases) | ||
``` | ||
|
||
Alternatively, you can use [CMake](https://cmake.org) and run | ||
|