You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fused-gtest target only generates files in fused-src, not
samples/sample1.cc or samples/sample1_unittest.cc. Declaring the latter files
as build products was preventing make from finding them in the source directory
when using a separate build directory.
--- a/Makefile.am
+++ b/Makefile.am
@@ -273,7 +273,7 @@ test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src"
# Build rules for putting fused Google Test files into the distribution
# package. The user can also create those files by manually running
# scripts/fuse_gtest_files.py.
-$(test_fused_gtest_test_SOURCES): fused-gtest
+$(FUSED_GTEST_SRC): fused-gtest
fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
$(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
Original issue reported on code.google.com by andersk@mit.edu on 5 Apr 2015 at 7:25
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
andersk@mit.edu
on 5 Apr 2015 at 7:25The text was updated successfully, but these errors were encountered: