tddec-code icon indicating copy to clipboard operation
tddec-code copied to clipboard

Book code for Test-Driven Development for Embedded C

Results 11 tddec-code issues
Sort by recently updated
recently updated
newest added

If you follow the local installation instructions as in: "If you want to try without docker, you might run into the problem of moving targets for CppUTest, gcc and clang."...

Not sure where to post this, but found this spot. I can move it somewhere else if you like. I have cloned the tddec-code into c:\TDD\tddec-code on Windows 10. Started...

They refer to $MYPROJECTS and then later to $PWD and $WORKING_DIR. Are these all different directories? Or should $PWD and $WORKING_DIR be $MYPROJECTS?

In the first line where I run make in code-t2 I was initially getting an error of no directory found. At the bottom of the makefile in this directory there...

When running from a Windows cmd.exe command line, slightly modified settings are needed to set the environment variables and use these when kicking off Docker. I found the following to...

The Docker setup instructions can include a little text about proper starting folder before the docker run command. Example. Say you cloned to folder tddec-code, and you are in folder...

Maybe obvious but... Running `make` in tddec-code builds cpputest. Is required in order to build the rest of the code in the sub folders. Executing `make clean` in tddec-code removes...

I am follwing the book _Test-Driven Development for Embedded C_ to learn about TDD. Recently I come across the usage of IGNORE_TEST, which is based on unity.framework, the test case...

The two warnings added were: -Wno-reserved-id-macro -Wno-keyword-macro The TDD framework code legitimately triggers those warnings. Only tested on a Macbook with Sierra 10.12.5.

On compile in the /code/ directory with a newer compiler you will get: compiling DvRecorder.c src/dvr/DvRecorder.c: In function ‘DvRecorder_RestorePrograms’: src/dvr/DvRecorder.c:39:1: error: C++ style comments are not allowed in ISO C90...