1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

Introduce structure to the test/ directory

This introduces a clear separation between test data and test
binaries. Test data is moved into test/data, and the test binaries
move into test/src. A new CMake script specific to building the
tests is introduced in /test to slightly clean up the toplevel
one.

As well as tidying things up, this makes the next step trivial...
This commit is contained in:
Chris Kitching
2016-05-11 01:25:54 +01:00
parent 4e6aacda36
commit af76508fe7
87 changed files with 103 additions and 98 deletions

View File

@ -0,0 +1 @@
[null]

View File

@ -0,0 +1 @@
[true]

View File

@ -0,0 +1 @@
[false]

View File

@ -0,0 +1 @@
[0]

View File

@ -0,0 +1 @@
["foo"]

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
[0,1]

View File

@ -0,0 +1 @@
{"foo":"bar"}

View File

@ -0,0 +1 @@
{"a":null,"foo":"bar"}

View File

@ -0,0 +1 @@
[-1]

View File

@ -0,0 +1 @@
[-2147483648]

View File

@ -0,0 +1 @@
[-1234567890123456789]

View File

@ -0,0 +1 @@
[-9223372036854775808]

View File

@ -0,0 +1 @@
[1]

View File

@ -0,0 +1 @@
[2147483647]

View File

@ -0,0 +1 @@
[4294967295]

View File

@ -0,0 +1 @@
[1234567890123456789]

View File

@ -0,0 +1 @@
[9223372036854775807]

View File

@ -0,0 +1 @@
[0.0]

View File

@ -0,0 +1 @@
[-0.0]

View File

@ -0,0 +1 @@
[1.2345]

View File

@ -0,0 +1 @@
[-1.2345]

View File

@ -0,0 +1 @@
[5e-324]

View File

@ -0,0 +1 @@
[2.225073858507201e-308]

View File

@ -0,0 +1 @@
[2.2250738585072014e-308]

View File

@ -0,0 +1 @@
[1.7976931348623157e308]

View File

@ -0,0 +1 @@
[4.940656458412e-324]

View File

@ -0,0 +1 @@
[2.2250738585072e-308]

View File

@ -0,0 +1 @@
[1.2345E-30]

View File

@ -0,0 +1 @@
[1.2345E+30]

View File

@ -0,0 +1 @@
[1.2345e+30]