From 8acf105b56250f32cbf5ea81f30bd64cf1eb1ce5 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Thu, 27 Feb 2020 19:30:34 +0900 Subject: [PATCH] doc: update contributor list and test commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 692bbae..474c53e 100644 --- a/README.md +++ b/README.md @@ -1743,13 +1743,12 @@ Such a big change will not happen in the coming years. ## Running Tests -To run test codes, you need to clone toml-lang/toml repository under `build/` directory -because some of the test codes read a file in the repository. +After cloning this repository, run the following command (thank you @jwillikers +for automating test set fetching!). ```sh $ mkdir build $ cd build -$ git clone https://github.com/toml-lang/toml.git $ cmake .. $ make $ 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 feature test macro to suppress -Wundef - Use cache variables in CMakeLists.txt + - Automate test set fetching, update and refactor CMakeLists.txt ## Licensing terms