“6f18b0414a9c5bd88d09f862a7f2bdadb3c6728f”上不存在“paddle/fluid/git@gitcode.net:BaiXuePrincess/Paddle.git”
CMakeLists.txt 255 字节
Newer Older
1 2 3 4 5 6 7 8 9
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")

if (WITH_MLU)
    foreach(TEST_OP ${TEST_OPS})
        py_test_modules(${TEST_OP} MODULES ${TEST_OP})
    endforeach(TEST_OP)

endif()