Skip to content

Commit

Permalink
📝 adjusted test count
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 24, 2017
1 parent c154f31 commit 4139bb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -835,10 +835,11 @@ Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) 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
Expand Down

0 comments on commit 4139bb6

Please sign in to comment.