Skip to content
  • Yuya Nishihara's avatar
    rust-cpython: prepare for writing tests that require libpython · 8d432d3a2d7c
    Yuya Nishihara authored
    What I wanted is to disable the "cpython/extension-module<ver>" feature
    while building tests executable, but that seems not doable. Instead,
    this patch adds new features dedicated for tests.
    
    The make rule is extracted so that we can easily run cargo tests.
    
    Added a minimal test of ref-sharing as an example. More tests will follow.
    8d432d3a2d7c