1 2 3 4 5 6 7 8 9 10 11 12 13
ifdef python PYTHON=$(python) else PYTHON=python3 endif test: cargo test cargo test --features=exec cargo test --features=static cargo build --examples --features= $(PYTHON) examples/test-examples.py