src/gtest-internal-inl.h is the only gtest header not in the include/gtest/
directory. This complicated the build scripts, as we need to add both
$(GTEST_SRC) and $(GTEST_SRC)/include to the header search path.
Since we don't support installing gtest now, there isn't much point in
putting the header in src/. We should move it to include/gtest/internal/
to simplify our build scripts and the build instructions we send the users.
Original issue reported on code.google.com by w...@google.com on 12 Apr 2010 at 6:27
Original issue reported on code.google.com by
w...@google.com
on 12 Apr 2010 at 6:27