Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
7529c8aa
Commit
7529c8aa
authored
Aug 30, 2017
by
Herbert Thielen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove obsolete comment regarding python tests on linux
parent
dae044d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
internal_utils.cmake
googletest/cmake/internal_utils.cmake
+0
-2
No files found.
googletest/cmake/internal_utils.cmake
View file @
7529c8aa
...
@@ -236,8 +236,6 @@ endfunction()
...
@@ -236,8 +236,6 @@ endfunction()
# creates a Python test with the given name whose main module is in
# creates a Python test with the given name whose main module is in
# test/name.py. It does nothing if Python is not installed.
# test/name.py. It does nothing if Python is not installed.
function
(
py_test name
)
function
(
py_test name
)
# We are not supporting Python tests on Linux yet as they consider
# all Linux environments to be google3 and try to use google3 features.
if
(
PYTHONINTERP_FOUND
)
if
(
PYTHONINTERP_FOUND
)
# ${CMAKE_BINARY_DIR} is known at configuration time, so we can
# ${CMAKE_BINARY_DIR} is known at configuration time, so we can
# directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known
# directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known
...
...
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