Skip to content

Commit

Permalink
Merge pull request #1213 from saraf/master
Browse files Browse the repository at this point in the history
In README: CPPUTEST_HOME variable prefixed with a $
  • Loading branch information
basvodde committed Apr 22, 2019
2 parents dd1958a + 013fe3f commit 046b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ You can also use CMake, which also works for Windows Visual Studio.

Then to get started, you'll need to do the following:
* Add the include path to the Makefile. Something like:
* CPPFLAGS += -I(CPPUTEST_HOME)/include
* CPPFLAGS += -I$(CPPUTEST_HOME)/include
* Add the memory leak macros to your Makefile (needed for additional debug info!). Something like:
* CXXFLAGS += -include $(CPPUTEST_HOME)/include/CppUTest/MemoryLeakDetectorNewMacros.h
* CFLAGS += -include $(CPPUTEST_HOME)/include/CppUTest/MemoryLeakDetectorMallocMacros.h
Expand Down

0 comments on commit 046b6d9

Please sign in to comment.