module documentation

Tests for numpy.distutils.build_ext.

Function test_multi_fortran_libs_link Ensures multiple "fake" static libraries are correctly linked. see gh-18295
@pytest.mark.skipif(IS_WASM, reason='cannot start subprocess in wasm')
@pytest.mark.slow
def test_multi_fortran_libs_link(tmp_path): (source)

Ensures multiple "fake" static libraries are correctly linked. see gh-18295