Add "cd test" to README.md for running rake

Running rake from the project root directory generates the error: "No Rakefile found"
This commit is contained in:
Xenoamor
2018-07-18 14:05:55 +01:00
committed by GitHub
parent c3a95e93be
commit ab339721ae
+1
View File
@@ -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