jwgrenning / cpputest-starter-project

gcc cpputest starter project, with instructions to help get your legacy code into cpputest for the first time
MIT License
108 stars 55 forks source link

wrong folder name #18

Open erichstuder opened 1 year ago

erichstuder commented 1 year ago

Hello

In your readme there are some commands like the following one: ./unit-tests/docker/run.sh "make -C unit-test"

I think there is an 's' missing at the end: ./unit-tests/docker/run.sh "make -C unit-tests"

ishusain commented 6 months ago

@jwgrenning I confirm the statement made by @erichstuder ; the '-C' flag passed to 'make' is intended to change to the 'unit-tests' directory, so an 's' is missing from the usage tutorial. Thanks.