We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f9b94 commit 83842abCopy full SHA for 83842ab
Makefile.am
@@ -261,6 +261,7 @@ FUSED_GTEST_SRC = \
261
fused-src/gtest/gtest.h \
262
fused-src/gtest/gtest_main.cc
263
264
+if HAVE_PYTHON
265
TESTS += test/fused_gtest_test
266
check_PROGRAMS += test/fused_gtest_test
267
test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \
@@ -284,6 +285,7 @@ fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
284
285
286
maintainer-clean-local:
287
rm -rf "$(srcdir)/fused-src"
288
+endif
289
290
# Death tests may produce core dumps in the build directory. In case
291
# this happens, clean them to keep distcleancheck happy.
0 commit comments