From c33adb3f779fdb7ce8b4452c563c7b56debb645b Mon Sep 17 00:00:00 2001 From: stephematician Date: Tue, 28 Jun 2022 23:51:28 +1000 Subject: [PATCH] updates CONTRIBUTING instructions for tests --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd09a1a..5705fe2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ Commit messages should be in the imperative mood, as described in the [Git contr # Tests -Please verify the tests pass by running the target `tests/run_tests`. +Please verify the tests pass by running the target `test/yaml-cpp-tests`. If you are adding functionality, add tests accordingly.