From ab339721ae3867eff487de334efbd93653507d37 Mon Sep 17 00:00:00 2001 From: Xenoamor Date: Wed, 18 Jul 2018 14:05:55 +0100 Subject: [PATCH] Add "cd test" to README.md for running rake Running rake from the project root directory generates the error: "No Rakefile found" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c90d6f6..1120073 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ If you plan to help with the development of CMock (or just want to verify that i perform its self tests on your system) then you can enter the test directory and then ask it to test: + > cd test > rake # Run all CMock self tests API Documentation