remove obsolete comment regarding python tests on linux

This commit is contained in:
Herbert Thielen 2017-08-30 12:48:28 +02:00
parent dae044d4b9
commit 7529c8aa05

View File

@ -236,8 +236,6 @@ endfunction()
# creates a Python test with the given name whose main module is in
# test/name.py. It does nothing if Python is not installed.
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)
# ${CMAKE_BINARY_DIR} is known at configuration time, so we can
# directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known