Update CONTRIBUTING.md
Add some details about testing.
This commit is contained in:
parent
d45c4fba3e
commit
8a9a7b74ef
@ -17,9 +17,9 @@ Commit messages should be in the imperative mood, as described in the [Git contr
|
|||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
||||||
Please verify the tests pass by running the target `test/yaml-cpp-tests`.
|
Please verify the tests pass by configuring CMake with `-D YAML_CPP_BUILD_TESTS=ON` and running the target `test/yaml-cpp-tests`.
|
||||||
|
|
||||||
If you are adding functionality, add tests accordingly.
|
If you are adding functionality, add tests accordingly. Note that the "spec tests" are reserved for examples directly from the YAML spec, so if you have new examples, put them in other test files.
|
||||||
|
|
||||||
# Pull request process
|
# Pull request process
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user