cpputest-starter-project
cpputest-starter-project copied to clipboard
gcc cpputest starter project, with instructions to help get your legacy code into cpputest for the first time
Thanks for the awesome tools! I am targeting a 32bit embedded system and so wanted my tests to have a similar setup. I spent a while trying to get this...
Hello James do you know, is there a way to activate html coverage output in the startup project? My best to you Marco
Hey, thanks for your book.
Several commands are related to 'unit-test' directory. The actual directory is 'unit-tests', with the missing 's' at the end.
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"`
There is a good chance I misunderstood the reason for the docker image as I am not too familiar with it..... My initial thoughts was that it contains cpputest and...
Made improvements after experimenting the toolchain session.