Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment variable CPPUTEST_HOME not working in some of the files when using docker #14

Open
Brac24 opened this issue Sep 11, 2019 · 0 comments

Comments

@Brac24
Copy link

Brac24 commented Sep 11, 2019

cpputest_home_issue

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 was an include $(CPPUTEST_HOME)/build/MakefileWorker.mk and it seemed that the CPPUTEST_HOME was not working properly. Just to test it out I replaced $(CPPUTEST_HOME) with ../cpputest/ and it worked but now it seems that the CPPUTEST_HOME gets called again to search for other files such as MemoryLeakDetectorNewMacros.h and as a result it won't build the tests.

This seems to be similar to pull request #9 but not sure what it can be.

@Brac24 Brac24 changed the title Environment variable CPPUTEST_HOME not working in some of the files Environment variable CPPUTEST_HOME not working in some of the files when using docker Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant