You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/python/paddle/v2/plot/tests/CMakeLists.txt

6 lines
177 B

if (NOT APPLE)
# The Mac OS X backend will not be able to function correctly if Python is
# not installed as a framework.
py_test(test_ploter SRCS test_ploter.py)
endif()