CMakeLists.txt 117 字节
Newer Older
1 2 3 4
# TODO: Fix this unittest failed on Windows
if(NOT WIN32)
    py_test(decorator_test SRCS decorator_test.py)
endif()