Home
last modified time | relevance | path

Searched full:cpptest (Results 1 – 7 of 7) sorted by relevance

/external/python/pybind11/tests/test_embed/
DCMakeLists.txt5 add_custom_target(cpptest) # Dummy target on PyPy. Embedding is not supported. target
32 cpptest target
44 add_dependencies(cpptest external_module)
46 add_dependencies(check cpptest)
/external/python/pybind11/.github/workflows/
Dci.yml113 run: cmake --build . --target cpptest -j 2
141 run: cmake --build build2 --target cpptest
239 run: cmake --build build --target cpptest
294 run: cmake --build build --target cpptest
361 # run: cmake --build build --target cpptest
410 run: cmake3 --build build --target cpptest
462 run: cmake --build build --target cpptest
525 cmake --build build-11 --target cpptest
557 cmake --build build-17 --target cpptest
608 run: cmake --build build --target cpptest
[all …]
/external/icu/icu4c/source/test/hdrtst/
DMakefile.in43 check: dtest ctest cpptest drafttest deprtest internaltest obsoletetest cppguardtest
63 cpptest:
142 .PHONY: doclean check all headertest cpptest dtest cppguardtest ctest clean distclean
/external/python/pybind11/
D.appveyor.yml36 - cmake --build . --config %CONFIG% --target cpptest -- /m /v:m /logger:%MSBuildLogger%
/external/python/pybind11/docs/
Dlimitations.rst53 - The ``cpptest`` does not run on Windows with Python 3.8 or newer, due to DLL
/external/python/pybind11/tests/
DCMakeLists.txt445 # Test embedding the interpreter. Provides the `cpptest` target.
/external/python/pybind11/.github/
DCONTRIBUTING.md131 * `cpptest`: C++ tests only