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,10 @@
# json-test-suite
## Source
https://code.google.com/p/json-test-suite/downloads/detail?name=sample.zip&can=2&q=
## License
Apache License Version 2.0
http://www.apache.org/licenses/LICENSE-2.0

File diff suppressed because it is too large Load Diff