mpherg/googletest

error in header files

Closed this issue · 1 comments

the gtest builds in a folder called gtest. So main program has #include 
"gtest/gtest.h"

However, the file gtest.h in gtest folder then refers to 
gtest/internal/gtest-internal.h whereas there is no gtest folder inside gtest, 
but it works when changed to just internal/ instead of gtest/internal.

Hopefully you will fix it.

IMPORTANT NOTE: PLEASE send issues or requests to
http://groups.google.com/group/googletestframework *instead of here*.
This issue tracker is NOT regularly monitored.

If you really need to create a new issue, please provide the information
asked for below.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of Google Test are you using? On what operating system?


Please provide any additional information below, such as a code snippet.

Original issue reported on code.google.com by am...@agoel.com on 14 Nov 2013 at 12:12

You are supposed to set the include path correctly when compiling gtest.  
Please follow the instructions in README.

Original comment by w...@google.com on 14 Nov 2013 at 5:33

  • Changed state: Invalid