mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-26 06:10:06 +00:00
doc: update contributor list and test commands
This commit is contained in:
parent
b86b5364ba
commit
8acf105b56
@ -1743,13 +1743,12 @@ Such a big change will not happen in the coming years.
|
|||||||
|
|
||||||
## Running Tests
|
## Running Tests
|
||||||
|
|
||||||
To run test codes, you need to clone toml-lang/toml repository under `build/` directory
|
After cloning this repository, run the following command (thank you @jwillikers
|
||||||
because some of the test codes read a file in the repository.
|
for automating test set fetching!).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ git clone https://github.com/toml-lang/toml.git
|
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
$ make
|
$ make
|
||||||
$ make test
|
$ make test
|
||||||
@ -1787,6 +1786,7 @@ I appreciate the help of the contributors who introduced the great feature to th
|
|||||||
- Fixed clang range-loop-analysis warnings
|
- Fixed clang range-loop-analysis warnings
|
||||||
- Fixed feature test macro to suppress -Wundef
|
- Fixed feature test macro to suppress -Wundef
|
||||||
- Use cache variables in CMakeLists.txt
|
- Use cache variables in CMakeLists.txt
|
||||||
|
- Automate test set fetching, update and refactor CMakeLists.txt
|
||||||
|
|
||||||
## Licensing terms
|
## Licensing terms
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user