Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
758728ba
Commit
758728ba
authored
Apr 21, 2011
by
vladlosev
Browse files
Makes generation of fused sources contingent on availability of Python.
parent
c91a353c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Makefile.am
Makefile.am
+2
-0
No files found.
Makefile.am
View file @
758728ba
...
@@ -261,6 +261,7 @@ FUSED_GTEST_SRC = \
...
@@ -261,6 +261,7 @@ FUSED_GTEST_SRC = \
fused-src/gtest/gtest.h
\
fused-src/gtest/gtest.h
\
fused-src/gtest/gtest_main.cc
fused-src/gtest/gtest_main.cc
if
HAVE_PYTHON
TESTS
+=
test
/fused_gtest_test
TESTS
+=
test
/fused_gtest_test
check_PROGRAMS
+=
test
/fused_gtest_test
check_PROGRAMS
+=
test
/fused_gtest_test
test_fused_gtest_test_SOURCES
=
$(FUSED_GTEST_SRC)
\
test_fused_gtest_test_SOURCES
=
$(FUSED_GTEST_SRC)
\
...
@@ -284,6 +285,7 @@ fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
...
@@ -284,6 +285,7 @@ fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
maintainer-clean-local
:
maintainer-clean-local
:
rm
-rf
"
$(srcdir)
/fused-src"
rm
-rf
"
$(srcdir)
/fused-src"
endif
# Death tests may produce core dumps in the build directory. In case
# Death tests may produce core dumps in the build directory. In case
# this happens, clean them to keep distcleancheck happy.
# this happens, clean them to keep distcleancheck happy.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment