Skip to content

Commit 8a9a7b7

Browse files
authored
Update CONTRIBUTING.md
Add some details about testing.
1 parent d45c4fb commit 8a9a7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Commit messages should be in the imperative mood, as described in the [Git contr
1717

1818
# Tests
1919

20-
Please verify the tests pass by running the target `test/yaml-cpp-tests`.
20+
Please verify the tests pass by configuring CMake with `-D YAML_CPP_BUILD_TESTS=ON` and running the target `test/yaml-cpp-tests`.
2121

22-
If you are adding functionality, add tests accordingly.
22+
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.
2323

2424
# Pull request process
2525

0 commit comments

Comments
 (0)