mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-19 15:29:05 +00:00
5 lines
176 B
Makefile
5 lines
176 B
Makefile
test-python:
|
|
cargo build --release
|
|
cp target/release/libinstant_segment.dylib instant-segment-py/test/instant_segment.so
|
|
PYTHONPATH=instant-segment-py/test/ python3 -m test
|