# This file is generated by ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py.
# Please don't modify this file manually.
# If you need to change unittests in this file, please modify testslist.csv in the current directory
# and then run the command `python3 ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py -f ${CURRENT_DIRECTORY}/testslist.csv`
set(LOCAL_ALL_ARCH ON)
set(LOCAL_ALL_PLAT ON)
if((WITH_GPU) AND (LINUX))
  py_test_modules(
    test_semi_auto_parallel_hybrid_strategy MODULES
    test_semi_auto_parallel_hybrid_strategy ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_semi_auto_parallel_hybrid_strategy
                       PROPERTIES TIMEOUT "120" LABELS "RUN_TYPE=HYBRID")
endif()
