Home
last modified time | relevance | path

Searched full:test_cmake_build (Results 1 – 14 of 14) sorted by relevance

/external/python/pybind11/tests/test_cmake_build/
DCMakeLists.txt4 add_custom_target(test_cmake_build) target
55 add_dependencies(test_cmake_build test_build_${name})
81 add_dependencies(check test_cmake_build)
Dtest.py3 import test_cmake_build
5 assert test_cmake_build.add(1, 2) == 3
Dembed.cpp4 PYBIND11_EMBEDDED_MODULE(test_cmake_build, m) { in PYBIND11_EMBEDDED_MODULE() argument
15 auto m = py::module_::import("test_cmake_build"); in main()
Dmain.cpp4 PYBIND11_MODULE(test_cmake_build, m) { in PYBIND11_MODULE() argument
/external/python/pybind11/.github/workflows/
Dci.yml116 run: cmake --build . --target test_cmake_build
144 run: cmake --build build2 --target test_cmake_build
297 run: cmake --build build --target test_cmake_build
364 # run: cmake --build build --target test_cmake_build
413 run: cmake3 --build build --target test_cmake_build
465 run: cmake --build build --target test_cmake_build
530 cmake --build build-11 --target test_cmake_build
562 cmake --build build-17 --target test_cmake_build
611 run: cmake --build build --target test_cmake_build
/external/python/pybind11/
D.appveyor.yml37 on_failure: if exist "tests\test_cmake_build" type tests\test_cmake_build\*.log*
/external/python/pybind11/tests/test_cmake_build/subdirectory_function/
DCMakeLists.txt16 set_target_properties(test_subdirectory_function PROPERTIES OUTPUT_NAME test_cmake_build)
/external/python/pybind11/tests/test_cmake_build/installed_embed/
DCMakeLists.txt19 set_target_properties(test_installed_embed PROPERTIES OUTPUT_NAME test_cmake_build)
/external/python/pybind11/tests/test_cmake_build/subdirectory_target/
DCMakeLists.txt17 set_target_properties(test_subdirectory_target PROPERTIES OUTPUT_NAME test_cmake_build)
/external/python/pybind11/tests/test_cmake_build/installed_function/
DCMakeLists.txt20 set_target_properties(test_installed_function PROPERTIES OUTPUT_NAME test_cmake_build)
/external/python/pybind11/tests/test_cmake_build/subdirectory_embed/
DCMakeLists.txt24 set_target_properties(test_subdirectory_embed PROPERTIES OUTPUT_NAME test_cmake_build)
/external/python/pybind11/tests/test_cmake_build/installed_target/
DCMakeLists.txt20 set_target_properties(test_installed_target PROPERTIES OUTPUT_NAME test_cmake_build)
/external/python/pybind11/tests/
DCMakeLists.txt449 add_subdirectory(test_cmake_build)
/external/python/pybind11/.github/
DCONTRIBUTING.md132 * `test_cmake_build`: Install / subdirectory tests