Merge pull request #2081 from nlohmann/external_test_data

Use external test data
This commit is contained in:
Niels Lohmann 2020-05-04 20:58:02 +02:00 committed by GitHub
commit a50a14088c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1104 changed files with 1274 additions and 6297717 deletions

View file

@ -1350,7 +1350,6 @@ The library itself consists of a single header file licensed under the MIT licen
- [**cppcheck**](http://cppcheck.sourceforge.net) for static analysis
- [**doctest**](https://github.com/onqtam/doctest) for the unit tests
- [**Doxygen**](http://www.stack.nl/~dimitri/doxygen/) to generate [documentation](https://nlohmann.github.io/json/)
- [**fastcov**](https://github.com/RPGillespie6/fastcov) to process coverage information
- [**git-update-ghpages**](https://github.com/rstacruz/git-update-ghpages) to upload the documentation to gh-pages
- [**GitHub Changelog Generator**](https://github.com/skywinder/github-changelog-generator) to generate the [ChangeLog](https://github.com/nlohmann/json/blob/develop/ChangeLog.md)
- [**Google Benchmark**](https://github.com/google/benchmark) to implement the benchmarks