未验证 提交 0c5a4bac 编写于 作者: Z Zheng-Bicheng 提交者: GitHub

[Test Mv] quantization (#51942)

上级 db5204ec
......@@ -150,7 +150,6 @@ set(PADDLE_PYTHON_PACKAGE_DIR ${CMAKE_CURRENT_BINARY_DIR}/dist/)
if(WITH_TESTING)
add_subdirectory(paddle/dataset/tests)
add_subdirectory(paddle/tests)
add_subdirectory(paddle/fluid/tests)
add_subdirectory(paddle/fluid/contrib/tests)
add_subdirectory(paddle/static/quantization/tests)
......
......@@ -6,10 +6,11 @@ set(PYTHON_TESTS_DIR
CACHE INTERNAL "python tests directory")
if(WITH_TESTING)
add_subdirectory(cpp)
add_subdirectory(legacy_test)
add_subdirectory(book)
add_subdirectory(custom_kernel)
add_subdirectory(cpp)
add_subdirectory(legacy_test)
add_subdirectory(quantization)
endif()
get_property(test_srcs GLOBAL PROPERTY TEST_SRCS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册