🔨 cleaned up Makefiles and docs #698

This commit is contained in:
Niels Lohmann 2017-10-04 19:27:35 +02:00
parent 5cb6d7187d
commit 99ee4c1eaf
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
11 changed files with 107 additions and 4058 deletions

View file

@ -9,9 +9,13 @@ There are currently two files which need to be edited:
If you add or change a feature, please also add a unit test to this file. The unit tests can be compiled and executed with
```sh
make check
```
```sh
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ctest
```
The test cases are also executed with several different compilers on [Travis](https://travis-ci.org/nlohmann/json) once you open a pull request.