Skip to content

Commit

Permalink
Merge d84c617 into 7562465
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBussmann committed Dec 3, 2017
2 parents 7562465 + d84c617 commit 0e238ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -54,6 +54,10 @@ builds/*gcc*
CppUTestExtTests
CppUTestTests
/Makefile
build/Makefile
build/generated
build/src
build/tests
config.h
config.h.in
config.status
Expand Down
4 changes: 3 additions & 1 deletion README_InstallCppUTest.txt
Expand Up @@ -8,7 +8,9 @@
2. Build CppUTest and examples

2a. For unix/gcc (including cygwin)
> cd <someDirectory>/CppUTest/cpputest_build
> cd <someDirectory>/CppUTest
> ./autogen.sh
> cd build
> ../configure
> make
> make tdd # This is to run the CppUTest unit tests
Expand Down

0 comments on commit 0e238ef

Please sign in to comment.