Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
4139bb65
Commit
4139bb65
authored
Jan 24, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📝
adjusted test count
parent
c154f313
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
4139bb65
...
...
@@ -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: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
(
112020
40 assertions
in
44
test
cases
)
All tests passed (112020
52 assertions in 47
test cases)
```
Alternatively, you can use
[
CMake
](
https://cmake.org
)
and run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment