python3.11-Cython/plan.fmf

18 lines
343 B
Plaintext

execute:
how: tmt
discover:
- how: shell
dist-git-source: true
tests:
- name: bundled demos
require:
- python3.11-devel
- python3.11-numpy
- gcc-c++
- gcc
test: |
cd $TMT_SOURCE_DIR/cython-*/Demos &&
sed 's/python /python3.11 /' -i Makefile &&
make test
- how: fmf